for details: https://medium.com/@shaqian629/real-time-object-detection-in-flutter-b31c7ff9ef96
flutter_realtime_detection
real-time object detection in flutter using camera and tflite plugin.
install
flutter packages get
run
flutter run
models
-
image classification
- mobilenet
-
object detection
- ssd mobilenet
- yolov2 tiny
-
pose estimation
- posenet
Comments are closed.