/object-detection-imageai

Building an Object Detection API with ImageAI modules and wrapping it in a Docker Image

Primary LanguageJupyter Notebook

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"