https://sites.google.com/view/reside-dehaze-datasets
note: Before using the RTTs dataset, please translate it to yolo style.
cd datasets
python voc_RTTS.py
https://github.com/wenyyu/Image-Adaptive-YOLO
http://host.robots.ox.ac.uk/pascal/VOC/voc2007/
note: Before using the VOC2007_test dataset, please filter the five classes in our paper and translate it to yolo style.
cd datasets
python voc_annotation.py
https://pan.baidu.com/s/1LasrDnfKE-wY5IuV_FG_QQ?pwd=ssss
or
https://drive.google.com/file/d/1nt2dOKs8NqGeq0VUCv4Lt6z5iKmboXrH/view?usp=drive_link
python test.py --data "data/voc_fog.yaml" --weights "best.pt"
The training data and code will also be publicly available soon. Thank you.