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

What kind of data-augmentation? #2

Closed
youngwanLEE opened this issue Sep 7, 2017 · 9 comments
Closed

What kind of data-augmentation? #2

youngwanLEE opened this issue Sep 7, 2017 · 9 comments

Comments

@youngwanLEE
Copy link

I wonder what kind of data-augmentation you used in training.

Thank you :)

@shicai
Copy link
Owner

shicai commented Sep 7, 2017

scale & aspect ratio augmentation.

@408550969
Copy link

caffe how to implement centre crop? The default is random crop
would you mind share train.prototxt? Thanks!

@shicai
Copy link
Owner

shicai commented Sep 19, 2017

in test phase, center crop is the the default setting.

@408550969
Copy link

Thanks

@shicai shicai closed this as completed Sep 19, 2017
@408550969
Copy link

May I ask another question?
What is the use of scale?I know it can adjust the value of data to 0-4.352

@shicai
Copy link
Owner

shicai commented Sep 21, 2017

Lots of guys asked me this question.
You can find answers here: shicai/MobileNet-Caffe#17
(If you are Chinese, you can also take a look at this link: https://www.zhihu.com/question/63649386/answer/211508137)

@408550969
Copy link

Thanks!

@miraclewkf
Copy link

You only use scale and aspect ratio augmentation in training? What is the parameter of aspect ratio you set? You don't use random_mirror in training?

@miraclewkf
Copy link

One more question, do you resize the original image to one size (for example, resize shorter side to 256) before other data argumentations during training?

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

4 participants