mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
lib/tflm/models: Add YOLOv2 model.
- Could be useful for testing.
This commit is contained in:
parent
ba81d77ed6
commit
91180263d7
@ -6,4 +6,5 @@ fomo_face_detection.tflite,Performance
|
||||
force_int_quant.tflite,Performance
|
||||
micro_speech.tflite,Performance
|
||||
person_detect.tflite,Performance
|
||||
yolo_v2_224_small.tflite,Performance
|
||||
yolo_v5_224_nano.tflite,Performance
|
||||
|
||||
|
BIN
src/lib/tflm/models/yolo_v2_224_small.tflite
Normal file
BIN
src/lib/tflm/models/yolo_v2_224_small.tflite
Normal file
Binary file not shown.
2
src/lib/tflm/models/yolo_v2_224_small.txt
Normal file
2
src/lib/tflm/models/yolo_v2_224_small.txt
Normal file
@ -0,0 +1,2 @@
|
||||
background
|
||||
person
|
||||
Loading…
Reference in New Issue
Block a user