Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dataset #3

Closed
HuangQinJian opened this issue Jun 8, 2019 · 6 comments
Closed

Dataset #3

HuangQinJian opened this issue Jun 8, 2019 · 6 comments

Comments

@HuangQinJian
Copy link

Could you release the dataset ARL?

@mahdiabavisani
Copy link
Owner

mahdiabavisani commented Jun 8, 2019

Using the dataset for scientific research requires signing an agreement. Please email the points of contact mentioned in the Appendix of the original paper:

http://openaccess.thecvf.com/content_cvpr_2016_workshops/w4/papers/Hu_A_Polarimetric_Thermal_CVPR_2016_paper.pdf

@HuangQinJian
Copy link
Author

Using the dataset for scientific research requires signing an agreement. Please email the points of contact mentioned in the Appendix of the original paper:

http://openaccess.thecvf.com/content_cvpr_2016_workshops/w4/papers/Hu_A_Polarimetric_Thermal_CVPR_2016_paper.pdf

Thank!I aslo want to know the input size of minst?

@HuangQinJian
Copy link
Author

Using the dataset for scientific research requires signing an agreement. Please email the points of contact mentioned in the Appendix of the original paper:

http://openaccess.thecvf.com/content_cvpr_2016_workshops/w4/papers/Hu_A_Polarimetric_Thermal_CVPR_2016_paper.pdf

Also,when I scale tihe input pixel into 0-1(pixel/255),the result is so bad,why?

@mahdiabavisani
Copy link
Owner

The input size for MNIST dataset is also 32x32. (pixel's range between 0 and 255).

If you normalize your data to a range between 0 and 1, you may need to find appropriate regularization parameters through cross-validation (reg_constant1 and reg_constant2 in the code.). The current regularization parameters are borrowed from the DSC paper, where their input is ranged between 0 and 255.

Please check the data processing section in the readme.

@HuangQinJian
Copy link
Author

The input size for MNIST dataset is also 32x32. (pixel's range between 0 and 255).

If you normalize your data to a range between 0 and 1, you may need to find appropriate regularization parameters through cross-validation (reg_constant1 and reg_constant2 in the code.). The current regularization parameters are borrowed from the DSC paper, where their input is ranged between 0 and 255.

Please check the data processing section in the readme.

Thank!Also, Coulg you provide the code for plot the picture :

image

I did not find the function in python?

@HuangQinJian
Copy link
Author

I train on the digit dataset,the result is bad:
image

the result decreases as the epoch growing,why?

I have checked the dataset and the network,and the vision of restruction picture is good
image

@HuangQinJian HuangQinJian mentioned this issue Jun 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants