Closed leesangjoon1 closed 3 years ago
This is expected because the table prints the number of images in the source dataset before augmentation.
This is expected because the table prints the number of images in the source dataset before augmentation.
but the training time is also decreased. I think if the number of data are increased, training time also would be increased. How can I check either the number of training image is increased?
This is expected because the table prints the number of images in the source dataset before augmentation.
but the training time is also decreased. I think if the number of data are increased, training time also would be increased. How can I check either the number of training image is increased?
Is it because of T.RandomCrop('absolute', (640, 640))
This is expected because the table prints the number of images in the source dataset before augmentation.
but the training time is also decreased. I think if the number of data are increased, training time also would be increased. How can I check either the number of training image is increased?
Is it because of
T.RandomCrop('absolute', (640, 640))
Can I ask why that is the problem??
If you do not know the root cause of the problem, please post according to this template:
Instructions To Reproduce the Issue:
Check https://stackoverflow.com/help/minimal-reproducible-example for how to ask good questions. Simplify the steps to reproduce the issue using suggestions from the above link, and provide them below: