object_detection_flutter icon indicating copy to clipboard operation
object_detection_flutter copied to clipboard

Truly realtime object-detection in flutter

Results 22 object_detection_flutter issues
Sort by recently updated
recently updated
newest added

Hello there, I have been trying to implement this code for my custom model which uses YoloV3. When I get to the _outputShapes part, I get an error since the...

**Error Code:** `https://flutter.dev/go/android-project-migration` to migrate your project. You may also pass the `--ignore-deprecation` flag to ignore this check and continue with the deprecated v1 embedding. However, the v1 Android embedding...

Fixed the issue with Android embedding v1 issue as it was depreciated. Updated the packages to the latest version. Updated Kotlin version. Updated target, min, and compile SDK versions.

Hi, I recently migrated the TensorFlow lite packages to the lates version and I noticed this issue. On the ``` camera_view.dart``` ``` cameraController = CameraController(cameras[0], ResolutionPreset.low, enableAudio: false); ``` ```...

do you have this project in null safety

I am currently working on an object detection app, but our models are yolo v3 and yolo v4, and so far I haven't found anything that could help me, does...

Thank you for your excellent work,I wanna build an app to detect traffic sign. How can I train my custom model and deploy it directly on this app.

Hi, Are you guys planning to update this example for null safety?

Hi, I found a problem while trying to implement the project in a different flutter app. When you close the camera and open again, there is a leftover process. If...

Hi, I would like to know how to run detection on an image fetched from the gallery. PS: Sorry I am new to flutter