Closed amjltc295 closed 5 years ago
I found that the directory name is augmentors, while in the document it's augmenters Also, va.RandomRotate(angle=10) should be va.RandomRotate(degree=10) Are these functions tested?
augmentors
augmenters
va.RandomRotate(angle=10)
va.RandomRotate(degree=10)
Functions are tested, however forgot to update the README most probably. Fixed it now!
Sorry but it should be va.RandomRotate(degrees=10) .. I'm still testing it.
va.RandomRotate(degrees=10)
I found that the directory name is
augmentors
, while in the document it'saugmenters
Also,va.RandomRotate(angle=10)
should beva.RandomRotate(degree=10)
Are these functions tested?