You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering an issue with the object_detection library in my Flutter application where, after initially detecting an object, the detection feature no longer updates. I expect the UI to refresh and display newly detected objects every time a new object is detected in the camera view.
I've taken steps to ensure that my development setup aligns with the requirements of the object_detection library and have confirmed that all related dependencies are current. Despite these precautions, the issue with the object detection not updating remains unresolved.
Your insights or assistance in addressing this problem would be highly valued. Thank you in advance for your time and support.
The text was updated successfully, but these errors were encountered:
I'm encountering an issue with the
object_detection
library in my Flutter application where, after initially detecting an object, the detection feature no longer updates. I expect the UI to refresh and display newly detected objects every time a new object is detected in the camera view.Device: Model: Samsung A70
dependencies:
image_picker: ^0.8.5+3
path_provider: ^2.0.2
camera: ^0.9.8+1
image: ^3.0.2
flutter_pytorch: ^1.0.1
I've taken steps to ensure that my development setup aligns with the requirements of the
object_detection
library and have confirmed that all related dependencies are current. Despite these precautions, the issue with the object detection not updating remains unresolved.Your insights or assistance in addressing this problem would be highly valued. Thank you in advance for your time and support.
The text was updated successfully, but these errors were encountered: