ModelDepot / tfjs-yolo-tiny

In-Browser Object Detection using Tiny YOLO on Tensorflow.js
https://modeldepot.io/mikeshi/tiny-yolo-in-javascript
MIT License
530 stars 92 forks source link

fixed tf method call #22

Open urakozz opened 5 years ago

urakozz commented 5 years ago

fixed tf method call

lefnire commented 5 years ago

This PR gets me past the load error, but now I get r.predict is not a function. Maybe more needs massaging besides just the line changed here? (since predict() is a method of LayersModel)