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
Thanks for sharing the testing code. I'm trying to reproduce the training code would like to know the implementation details for data augmentation.
. Random in-plain rotation: what are the parameters used?
. Random scaling for both in-plain and depth dimension: is each dimension scaled independently and what are the parameters used?
. Random gaussian noise is also randomly added with the probability of 0.5: which dimensions is noise added to and what are the parameters used?
. For each image in the training set, is data augmentation performed 3 times (rotation, scaling, adding noise)?
. Does data augmentation increase the number of samples in the training set (i.e. both original images and augmented images are used)?
The text was updated successfully, but these errors were encountered:
Thanks for sharing the testing code. I'm trying to reproduce the training code would like to know the implementation details for data augmentation.
. Random in-plain rotation: what are the parameters used?
. Random scaling for both in-plain and depth dimension: is each dimension scaled independently and what are the parameters used?
. Random gaussian noise is also randomly added with the probability of 0.5: which dimensions is noise added to and what are the parameters used?
. For each image in the training set, is data augmentation performed 3 times (rotation, scaling, adding noise)?
. Does data augmentation increase the number of samples in the training set (i.e. both original images and augmented images are used)?
Thanks for sharing the testing code. I'm trying to reproduce the training code would like to know the implementation details for data augmentation.
. Random in-plain rotation: what are the parameters used?
. Random scaling for both in-plain and depth dimension: is each dimension scaled independently and what are the parameters used?
. Random gaussian noise is also randomly added with the probability of 0.5: which dimensions is noise added to and what are the parameters used?
. For each image in the training set, is data augmentation performed 3 times (rotation, scaling, adding noise)?
. Does data augmentation increase the number of samples in the training set (i.e. both original images and augmented images are used)?
The text was updated successfully, but these errors were encountered: