EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Can this be used with Tensorflow.js? #81

Open 6monkeyrs opened 6 years ago

6monkeyrs commented 6 years ago

Has anyone tried to use the results of the learnt, and tried using Tf.js for web applications?

vBoykoGit commented 4 years ago

+++

Tylersuard commented 4 years ago

I'm working on this now. Have you made any progress?

6monkeyrs commented 4 years ago

It took a while to find the information on how to identify the tensors for the object detector Faster-RCNN model. I eventually did figure how to convert the frozen reference to js format, but I had to focus on other projects. Did not test it on a browser since then... :/