The comparison of YOLOv3 model trained on COCO dataset and KITTI dataset is inferred to generate the following,
- YOLOv3 COCO prediction confidence vs object labels
- YOLOV3 KITTI prediction confidence vs object labels
- Prediction time comparison
- Bounding box x1-y1 comparison for the model predictions
- Bounding box x2-y2 comparison for the model predictions
The flow of python code implementation is as follows,
- Python
- OpenCV
- OpenCV-contrib
- Matplotlib
- Time
- Glob
- Openpyxl
- Weights file of the yolov3 models Download yolov3.weights for COCO dataset from this link and add it to the yolo_coco directory, click here
- Uncompress yolo_kitti.7z
cd Yolov3 COCO vs KITTI
python yolo_coco_kitti.py