Skip to content

Instantly share code, notes, and snippets.

@komorin0521
Last active August 11, 2018 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save komorin0521/532323bef73dd5f18e905dca0e29a6b4 to your computer and use it in GitHub Desktop.
Save komorin0521/532323bef73dd5f18e905dca0e29a6b4 to your computer and use it in GitHub Desktop.
リアルタイム物体検出システムdarknetをpythonでサーバ化 ref: https://qiita.com/komorin0521/items/08ba4469d8ba2346ed35
{
"result": [
{
"name": "dog",
"score": 0.8622361421585083
},
{
"name": "person",
"score": 0.8603283762931824
},
{
"name": "horse",
"score": 0.8156660199165344
}
],
"status": "200"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment