cloud-annotations / object-detection-react

⚛️ Real-Time Custom Object Detection with TensorFlow.js
MIT License
255 stars 108 forks source link

Bug fix #8

Closed oumingyang closed 5 years ago

oumingyang commented 5 years ago

Hi,There is an error after I run the App Error: The model does not contain control flow or dynamic shape ops, please use execute method for better performance. I fixed it refer to a similar issue I hope it would be helpful for somebody.

bourdakos1 commented 5 years ago

You are using the wrong model type (classification) this app only works with object detection