Replies: 2 comments 3 replies
-
This might be one of the two things:
|
Beta Was this translation helpful? Give feedback.
3 replies
-
I have used a TFLITE model for object detection and output is just array of 4 objects.What am i missing.How to get detected objects classnames or labels and bounding box cordinates? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @mrousavy,
I forked this repo to create an object detection plugin for object tracking + bounding boxes. I'm hoping to add it to your Community Plugins page once it's working. However, I'm running into a small issue.
In my plugin, the call to
.process()
always returns an empty array of objects. If I switch the client to an image labeling model (following your plugin), it successfully returns labels, and I'm able to extract that data and pass it back to the JS layer. I'm running into the same issue on iOS, although it might be complicated by this issue.Do you have any idea what's wrong? Any help is appreciated! I'm trying to create something that enriches the ecosystem of react-native-vision-camera, so hopefully I'm not wasting your time.
Beta Was this translation helpful? Give feedback.
All reactions