Skip to content

It's based on tprlab / docker-detect, but use the faster_rcnn_resnet instead of the SSD.

License

Notifications You must be signed in to change notification settings

peterwa88/docker-fastrcnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a modified version from tprlab's opencv-detect-ssd.

Server

/docker-app folder contains Flask server source code to be executed in docker container

The server exposes 2 POST methods:

  • /detect - accepting image, returning detections in JSON

  • /ddetect - accepting image, returning image with drawn detections

Example:

curl -X POST -F "[email protected]" host:80/ddetect --output a.jpg

More info

About

It's based on tprlab / docker-detect, but use the faster_rcnn_resnet instead of the SSD.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published