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

about data argumentation #14

Closed
fh2019ustc opened this issue May 14, 2020 · 3 comments
Closed

about data argumentation #14

fh2019ustc opened this issue May 14, 2020 · 3 comments

Comments

@fh2019ustc
Copy link

fh2019ustc commented May 14, 2020

Hi,Thanks for your released code. I have one questions:

For shape network, whether the intensity and color of each training image are also randomly jittered. In code,

503bc4f91c3981aed685ad933146ecc
be069f24553b4ffc32bd73434121499

  1. For function color_jitter(im, brightness=0, contrast=0, saturation=0, hue=0): , should we use the parameter "saturation=0, hue=0";
  2. Should we use the function change_intensity(), I find you comment out this code.

What is your implementation of these settings in your public model?

@sagniklp
Copy link
Member

Saturation and hue is important if you have most of the training images with white background. I think I have used 0.2, 0.2 for saturation and hue.

@sagniklp
Copy link
Member

Also make sure, the images look correct after changing the hue and saturation.

@fh2019ustc
Copy link
Author

Thank you very much!

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