All Questions
4 questions
0
votes
1
answer
610
views
How to use an object detection tensor flow lite model (converted from yolo v5) in android camera app?
I'm making an object detection app using kotlin and tensor flow lite model (I used yolo v5 and then converted it to tensor flow lite using the following line:
python export.py --weights best.pt --...
0
votes
2
answers
1k
views
Tensorflow Object-API: convert ssd model to tflite and use it in python
I have a hard time to convert a given tensorflow model into a tflite model and then use it. I already posted a question where I described my problem but didn't share the model I was working with, ...
2
votes
0
answers
528
views
Object detection with TFLite
I need to convert a given tensorflow model into a tflite model. Unfortunately I am not allowed to share the model. I also have not created it myself. However, I know it is a "...
1
vote
0
answers
3k
views
How can I use COCOAPI/PyCOCOTools to evaluate the performance of Tensorflow Lite models
I have used the Tensorflow Object Detection API to train models on a custom dataset. The tensorflow object detection API also allows evaluating the trained models on a test set and gives results in ...