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

Hello,thanks for you best work.When I use prepare.py to generate the image 91 x2 h5 file, the size is only 552M, but the size of the file you gave is 6.88GB. What is the reason? #2

Open
houqian2180320171 opened this issue Jan 2, 2020 · 2 comments

Comments

@houqian2180320171
Copy link

No description provided.

@houqian2180320171 houqian2180320171 changed the title Hello,thanks for you best work.When I use prepare.py to generate the image 2 x5 h5 file, the size is only 552M, but the size of the file you gave is 6.88GB. What is the reason? Hello,thanks for you best work.When I use prepare.py to generate the image 91 x2 h5 file, the size is only 552M, but the size of the file you gave is 6.88GB. What is the reason? Jan 2, 2020
@marijavella
Copy link

marijavella commented Feb 27, 2020

Hi,

By default the code does not do any data augmentation; reducing the file size drastically. I guess the h5 files provided in the repo include data augmentation. You can get these by setting
parser.add_argument('--with-aug', action='store_false')
instead of
parser.add_argument('--with-aug', action='store_true')
in 'prepare.py', you will end up with a larger file.

I hope this helps.

@wfxiaobo
Copy link

Hello,
There is a problem that makes me confused .How to train model for scale 2 or scale 4 on basic of scale 3

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

3 participants