Skip to content

fardinayar/aaic_od

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aaic_od

AAIC Object Detection Workshop Object detection using MMDetection. From AAIC workshops.
You can download the workshop video here.

Description

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.