Firstly thank you for your work, it is helping me improve my model through the use of unlabeled data.
I've copied the strong augmentation used in ubteacher.data.detection_utils, but in my dataset I have some small objects, and very frequently they get completely erased by the random erasing, and forgive me if I overlooked it, but I don't see anywhere in your repository a place where you check if objects are being erased.
Is this step done somewhere? Or did you use the random erasing without checking this?
Firstly thank you for your work, it is helping me improve my model through the use of unlabeled data.
I've copied the strong augmentation used in
ubteacher.data.detection_utils
, but in my dataset I have some small objects, and very frequently they get completely erased by the random erasing, and forgive me if I overlooked it, but I don't see anywhere in your repository a place where you check if objects are being erased.Is this step done somewhere? Or did you use the random erasing without checking this?
Thank you in advance.