Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 362 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 362 Bytes

Object-Detection

Run Program Deteksi Objek Foto

python deep_learning_object_detection.py --image images/example_01.jpg --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel

Run Program Deteksi Real-time

python real_time_object_detection.py --prototxt MobileNetSSD_deploy.prototxt.txt --model MobileNetSSD_deploy.caffemodel