Skip to content

Commit ac4c1dd

Browse files
committed
Add mobile net and potent
1 parent 88d9296 commit ac4c1dd

10 files changed

+1184
-44
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
For details: https://medium.com/@shaqian629/real-time-object-detection-in-flutter-b31c7ff9ef96
2+
13
# flutter_realtime_detection
24

35
Real-time object detetion in Flutter using [camera](https://pub.dartlang.org/packages/camera) and [tflite](https://pub.dartlang.org/packages/tflite) plugin.
@@ -12,4 +14,21 @@ flutter packages get
1214

1315
```
1416
flutter run
15-
```
17+
```
18+
19+
## Models
20+
21+
- Image Classification
22+
- MobileNet
23+
24+
- Object Detection
25+
- SSD MobileNet
26+
- Yolov2 Tiny
27+
28+
- Pose Estimation
29+
- PoseNet
30+
31+
## Previews
32+
33+
![](preview.jpg)
34+

assets/mobilenet_v1_1.0_224.tflite

16.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)