open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
28.52k stars 9.29k forks source link

Multi-Scaling Training #11675

Open MatheusLevy opened 2 months ago

MatheusLevy commented 2 months ago

How multiscale training data augmentation works on mmdetection? Like, I know images are resized to different resolutions, but how this actually work? Like wasn't the object detector expecting a fixed resolution as input? I tried searching for an answer on blogs and papers, but could not find.