Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 379 Bytes

Readme.md

File metadata and controls

13 lines (13 loc) · 379 Bytes

Instructions to Run Object Detection Modules

- git clone https://github.com/lordtt13/object-detection-imageai
- bash run.sh

Image Detect:

- python image-detect.py --save-path = "path-to-save-image" --load-path = "test-image-path" --model-name = "Model-backend-to-run"

Video Detect

- python video-detect.py --path "path-to-video"