shaqian / tfjs-yolo

YOLO v3 and Tiny YOLO v1, v2, v3 with Tensorflow.js
https://www.npmjs.com/package/tfjs-yolo
MIT License
111 stars 19 forks source link

Upgrade to TFJS 1.0 #2

Closed c-m-hunt closed 5 years ago

c-m-hunt commented 5 years ago

Review the "breaking changes" at https://github.com/tensorflow/tfjs/releases/tag/v1.0.0 and update code where appropriate.

Plugged in to my app - works well and performance seems massively improved.

shaqian commented 5 years ago

Thank you!