-
training:
-
model (Inference):
- download the tiny-yolo file and put it to model_data file
$ python3 test_tiny_yolo.py
- download the yolov3 file and put it to model_data file
$ python3 test_yolov3.py
$ python3 test_ssd_mobilenet_v1.py
- download the ssdlite-mobilenet-v2 file and put it to model_data file
$ python3 test_ssdlite_mobilenet_v2.py
- tiny-YOLOv2
- YOLOv3
- SSD-MobileNet v1
- Thanks to keras-yolo3 for yolov3-keras part.
- Thanks to mobile-object-detector-with-tensorflow-lite for ssdlite-mobilenet-v2 part.