open-mmlab / mmdetection

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

Resizing the images #11743

Open Mukil07 opened 4 months ago

Mukil07 commented 4 months ago

I tried modifying the test_pipeline the config file by adding albu_transform with Resize function with specific h and w. But theres no impact in the code. Could you please let me know how to resize the images by modifying the config file.

Thanks !