Skip to content

Flask Web Server Implementation of Object Detection Mask-RCNN Model

Notifications You must be signed in to change notification settings

TheJaeLal/ObjectDetectionRestAPI

Repository files navigation

ObjectDetectionRestAPI

Flask Web Server Implementation of Object Detection Mask-RCNN Model

Dependancies

tensorflow >= 1.5

flask >= 1.0.2

pillow >= 5.1.0

opencv >= 3.4.1

Execution

To run the Mask-RCNN Object Detection Server (defaults to port 5000)

python maskrcnn-server.py

or to run the SSD MobileNet Object Detection Server (defaults to port 5000)

python ssd_server.py

About

Flask Web Server Implementation of Object Detection Mask-RCNN Model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published