Added example datasets (tflite)
This commit is contained in:
parent
669fb8e7f2
commit
0f49a7775e
3 changed files with 13 additions and 0 deletions
12
assets/datasets/label.txt
Normal file
12
assets/datasets/label.txt
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
_silence_
|
||||||
|
_unknown_
|
||||||
|
yes
|
||||||
|
no
|
||||||
|
up
|
||||||
|
down
|
||||||
|
left
|
||||||
|
right
|
||||||
|
on
|
||||||
|
off
|
||||||
|
stop
|
||||||
|
go
|
BIN
assets/datasets/model.tflite
Normal file
BIN
assets/datasets/model.tflite
Normal file
Binary file not shown.
|
@ -51,6 +51,7 @@ flutter:
|
||||||
assets:
|
assets:
|
||||||
- assets/images/
|
- assets/images/
|
||||||
- assets/images/buttons/
|
- assets/images/buttons/
|
||||||
|
- assets/datasets/
|
||||||
# An image asset can refer to one or more resolution-specific "variants", see
|
# An image asset can refer to one or more resolution-specific "variants", see
|
||||||
# https://flutter.dev/assets-and-images/#resolution-aware.
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
||||||
# For details regarding adding assets from package dependencies, see
|
# For details regarding adding assets from package dependencies, see
|
||||||
|
|
Loading…
Reference in a new issue