In prepare_data, using these notebooks to convert data format into mmdetection and yolov5 format.
Clone mmdetection, follow tutorial for installing. Using vfnet_config to train.
Clone Yolov5, follow tutorial for installing. Using road_crack_coco.yaml to train.
Download train weights. PWD: crddc2022.
Norway, with its high-resolution rectangular image size, works well with VFNet. Using inference_norway to visualize and prepare for submission.
Other countries with low-resolution images and square image sizes work well with Yolov5. Using inference_all to inference other countries and ensemble for overall countries submission.
We can adjust the hyper-parameter for ensemble_boxes in the inference files to improve accuracy.