This is exercise for object detection with ssd_mobilenet
and tiny-yolo(coco)
Add: YOLOV3
- download the tiny-yolo file and put it to model_data file
$ python3 test_tiny_yolo.py
$ python3 test_ssd_mobilenet.py
- download the yolov3 file and put it to model_data file
$ python3 test_yolov3.py
- Thanks to keras-yolo3 for yolov3-keras part