A data argumentation implementation of random erasing using Tensorflow
WITHOUT numpy !
Note: this side project is just for fun, the performance is equal to numpy version when using i5 CPU, but a bit lower than numpy version when using i7 CPU
- Tensorflow 1.10+
python3 test_performance.py
Current version test @ CPU i5-3470 & GPU GTX1080ti
numpy: 0.1695 sec/image
TF: 0.1696 sec/image
- Random Erasing Data Augmentation, Zhun Zhong, Liang Zheng, Guoliang Kang, Shaozi Li, Yi Yang
- Random Erasing (Author version)
- Cutout Random Erasing (Keras version)