-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
55 lines (48 loc) · 1.22 KB
/
Copy pathpubspec.yaml
File metadata and controls
55 lines (48 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: pose_detection
description: Pose, person and landmark detection using on-device LiteRT (formerly TensorFlow Lite) models.
version: 3.7.0
repository: https://github.com/hugocornellier/pose_detection
homepage: https://github.com/hugocornellier/pose_detection
topics:
- litert
- tflite
- pose-detection
- computer-vision
- on-device-ml
environment:
sdk: ">=3.10.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
flutter:
sdk: flutter
flutter_litert: ^3.8.0
opencv_dart: ^2.2.1+4
meta: ^1.17.0
web: ^1.1.1
flutter_web_plugins:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
assets:
- assets/models/pose_landmark_lite.tflite
- assets/models/pose_landmark_full.tflite
- assets/models/pose_landmark_heavy.tflite
- assets/models/yolov8n_float32.tflite
plugin:
platforms:
ios:
dartPluginClass: PoseDetectionDart
android:
dartPluginClass: PoseDetectionDart
macos:
dartPluginClass: PoseDetectionDart
windows:
pluginClass: PoseDetectionPlugin
linux:
pluginClass: PoseDetectionPlugin
web:
pluginClass: PoseDetectionWeb
fileName: pose_detection_web.dart