Skip to content

jukhang/faster_rcnn_flask_restful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Faster Rcnn flask Web RestFul App

System && Python

Python 3.6 tensorflow-gpu 1.9.0 Ubuntu 16.04

post参数说明

传入图片文件(上线可采用图片云存储,传图片url等)

返回值

{
  "things": [
    [
      {
        "class_name": "bus",
        "position": "[ 62.390697  36.834557 387.46948  233.50587 ]",
        "score": "0.996106"
      }
    ]
  ]
}

About

FastRCNN模型线上Restful接口:tf/serving+docker+Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published