Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 800 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 800 Bytes

Object Detection

This is exercise for object detection with ssd_mobilenet and tiny-yolo(coco)

Add: YOLOV3

Usage

1. tiny-yolo

  • download the tiny-yolo file and put it to model_data file
$ python3 test_tiny_yolo.py 

2. ssd-mobilenet

$ python3 test_ssd_mobilenet.py 

3. YOLOV3

  • download the yolov3 file and put it to model_data file
$ python3 test_yolov3.py 

YOLOV2 vs YOLOV3

  • YOLOV2 YOLOV2

  • YOLOV3 YOLOV2

Acknowledgments