microsoft / VoTT

Visual Object Tagging Tool: An electron app for building end to end Object Detection Models from Images and Videos.
MIT License
4.29k stars 838 forks source link

Feature Request: Active Learning via Onnx #794

Open skywalkerisnull opened 5 years ago

skywalkerisnull commented 5 years ago

Now that CNTK is no longer being developed out, the development is being focused on ONNX, it would be great if we could get the Onnx JS support: https://github.com/Microsoft/onnxjs built into VoTT in addition to the Tensorflow JS that is now built in.

We are looking at converting our current CNTK models across to Onnx, and then being able to use the same model right away would be fantastic.

JacopoMangiavacchi commented 5 years ago

Thank you @skywalkerisnull for the feedback. Yes it should be great to support also the ONNX JS Runtime but as from the @csaroff (kudos) referenced test implementation there are some technical issue using this in the current electron/webapp architecture we are targeting but we definitely keep this feature request in the backlog.