This is exercise for object detection to help us building a dataset containing vision & trajectory data.
ssd_mobilenet
and tiny-yolo(coco)
for realtime video input
YOLOV3
for image input
- 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