项目作者: akeyhero

项目描述 :
Off-the-shelf Object Detection API with a model in Tensorflow Hub
高级语言: Python
项目地址: git://github.com/akeyhero/off-the-shelf-object-detector.git
创建时间: 2020-02-27T16:27:07Z
项目社区:https://github.com/akeyhero/off-the-shelf-object-detector

开源协议:MIT License

下载


An Off-the-shelf Object Detector

This is an off-the-shelf object detection API built with an off-the-shelf model from Tensorflow Hub.

All you need to run is …

  1. docker-compose up

To run in production, e.g.,

  1. docker-compose -f docker-compose_production.yml up

To detect objects

  1. curl -XPOST -F file=@path/to/image.jpg localhost:8000/detect

API docs

Visit: localhost:8000/redoc