okankop / vidaug

Effective Video Augmentation Techniques for Training Convolutional Neural Networks
MIT License
387 stars 78 forks source link

Naming error #1

Closed amjltc295 closed 5 years ago

amjltc295 commented 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?

okankop commented 5 years ago

Functions are tested, however forgot to update the README most probably. Fixed it now!

amjltc295 commented 5 years ago

Sorry but it should be va.RandomRotate(degrees=10) .. I'm still testing it.