AAIC Object Detection Workshop
Object detection using MMDetection. From AAIC workshops.
You can download the workshop video here.
mmdetection5: Practical examples from the workshop. Note that the images of the dataset and models checkpoints must be downloaded and added by yourself.
Yolo2COCO.py: Convert train annotations from YOLOv5 format to COCO. (using sahi)
Yolo2COCO_testData.py: Create empty test annotations from test images in COCO format. (using sahi)
COCOpreds2Yolo.py: Convert predictions of mmdetection to YOLOv5 format.