small_object_augmentation
small_object_augmentation copied to clipboard
Implementation of augmentation for small object detection(填鸭) https://arxiv.org/pdf/1902.07296.pdf
Results
2
small_object_augmentation issues
Sort by
recently updated
recently updated
newest added
Can you check your code? There are lots of wrong lines in your code! such as aug.py
``` Instead of actual stochastic oversampling, we create multiple copies of images with small objects offline for efficiency. ``` Thx!