Awesome
Improving Robustness of Semantic Segmentation to Motion-Blur using Class-Centric Augmentation (CVPR 2023)
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.
Citation
If you find this work useful, please consider citing it.
<pre><code>@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} } </code></pre>License
This project is released under the GNU General Public License v3.0.