You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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.
No description provided.
The text was updated successfully, but these errors were encountered: