Need to understand autoaugment in the case of object detection on large images #10063
Unanswered
ramdhan1989
asked this question in
Q&A
Replies: 1 comment
-
slice images (including the associated bounding boxes) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
anyone can help me to make me understand cfg file below. Since there is a random crop transformation, do I need to feed images in original size? or do I need to do image slicing outside the module? I would like to use my custom dataset using this repo :
https://github.com/fcakyon/small-object-detection-benchmark/blob/main/mmdet_configs/visdrone_tood/tood_crop_480_960_cls_60.py
I am not sure if random crop here is used to slice images (including the associated bounding boxes) or it is just for augmentation.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions