lordtt13 / object-detection-imageai

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

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


Languages

Language:Jupyter Notebook 88.8%Language:Python 9.5%Language:Shell 1.7%