Skip to content

Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOV3)

Notifications You must be signed in to change notification settings

whh14/object-detection

 
 

Repository files navigation

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

About

Object detection with ssd_mobilenet and tiny-yolo (Add: YOLOV3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%