项目作者: jrhea

项目描述 :
ml inference engine
高级语言: Python
项目地址: git://github.com/jrhea/inference-engine.git
创建时间: 2020-04-09T02:02:30Z
项目社区:https://github.com/jrhea/inference-engine

开源协议:Apache License 2.0

下载


Inference Engine

Model Info

Fire Model

inputs: 224x224 PNG images

Wind Model

inputs: 224x224 PNG images

Client Instructions

Usage: run.sh

  1. $ ./run.png [fire|wind] [path/to/image.png]

Example: fire

  1. $ ./run.sh fire examples/fire/fire1.png
  2. [{'confidence': '0.999692', 'label': 'Heavy DAMAGE fire'}, {'confidence': '0.000308329', 'label': 'No DAMAGE fire'}]

Example: wind

  1. $ ./run.sh wind examples/wind/partial_damage2.png
  2. [{'confidence': '0.938072', 'label': 'PARTIAL DAMAGE'}, {'confidence': '0.0614239', 'label': 'HEAVY DAMAGE TL'}]

Server Instructions