shaqian / tflite-react-native

React Native library for TensorFlow Lite
https://www.npmjs.com/package/tflite-react-native
MIT License
291 stars 106 forks source link

Support for YOLO v3 #8

Open ThabrezAhmed opened 5 years ago

ThabrezAhmed commented 5 years ago

First of all, thanks for creating this awesome package. Great work 🎉

Does this package supports YOLO V3 ?

I tried running the tiny YOLO V2 model from demo project. It works well.

When we tried to run YOLO3 keras model converted to tflite, we are not getting result/ detection.

P.S the same converted model is yielding result when we tried to run on standalone server.

TayyabaAslam3317 commented 3 years ago

@shaqian i want to add YOLO4 using this package. Will there be support on adding YOLO4 in future?