Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.54 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.54 KB

Improving Robustness of Semantic Segmentation to Motion-Blur using Class-Centric Augmentation (CVPR 2023)

Paper | Supp-PDF | Bibtex

Code

The code for CCMBA has now been released! The Pytorch code for the custom transform can be found in ext_transforms.py and sample code for use has been provided in tester.py for the VOC dataset. Note that the motion blur kernels need to be generated and stored in the following directory structure for use.

directoryStruct

Citation

If you find this work useful, please consider citing it.

@InProceedings{Aakanksha_2023_CVPR,
    author    = {Aakanksha and Rajagopalan, A. N.},
    title     = {Improving Robustness of Semantic Segmentation to Motion-Blur Using Class-Centric Augmentation},
    booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    month     = {June},
    year      = {2023},
    pages     = {10470-10479}
}

License

This project is released under the GNU General Public License v3.0.