Goals:
- Convert Yolo Darknet Ground Truth Files to pycocotools json (Done)
- Convert Yolo Darknet Detection Files to pycocotools json (Done)
- Convert Yolo Darknet Ground Truth/Detection Files to /groundtruths /detections folder usable by rafaelpadilla/Object-Detection-Metrics
- Customizable Ground Truth/Detection format for custom datasets
Current state:
Verifying mAP for the 5k validation dataset with results generated from AlexeyAB/darknet .
./darknet detector test cfg/coco.data cfg/yolov3.cfg yolov3.weights -thresh 0.005 -dont_show -ext_output < /5k.txt > result.txt
Refer to demo.ipynb for details