vladiH / flutter_vision

A Flutter plugin for managing both Yolov5 model and Tesseract v4, accessing with TensorFlow Lite 2.x. Support object detection, segmentation and OCR on both iOS and Android.
https://pub.dev/packages/flutter_vision
MIT License
72 stars 31 forks source link

It is detecing object in the yolo v8 image pick option but not on the live camera. #37

Open sparkshares opened 10 months ago

sparkshares commented 10 months ago

Hello there, I am using yolov8 and it is detecting the object in the camera pickup uploads, but not on the live camera, where is the problem?? I am looking forward for the quick assistant.

my tflite takes input shape ( 1, 3, 640, 640 ) and output shape (1,10,8400)

Suryanshusingh123 commented 10 months ago

I am facing same issue any help??

GuenKainto commented 8 months ago

In my case, I saw that the camera showed up, and it looked like the model was loaded. But when it starts turning on the camera, it detects 1 object (covering the video) and the screen freezes (the camera stops in the frame)?