KOMURAVALLI NEERAJ
Results
2
issues of
KOMURAVALLI NEERAJ
I am trying to train an object detection model on my data, there are roughly about 36,000 train images right now and it may/may not increase later, and whenever I...
object detection
toolkits
@TobyRoseman As discussed, I have added two basic functions: 1. `resize_with_original_aspect_ratio` : to resize images by preserving aspect ratio using the user given parameter => `min_side_length`/`max_side_length`. 2. `resize_annotations` : to...