Merge pull request #2585 from openmv/yolo_v2
Some checks failed
🔎 Check Code Formatting / formatting-check (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_GIGA) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_NANO_33_BLE_SENSE) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_NANO_RP2040_CONNECT) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_NICLA_VISION) (push) Has been cancelled
🔥 Firmware Build / build-firmware (ARDUINO_PORTENTA_H7) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV2) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV3) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV4) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV4P) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMVPT) (push) Has been cancelled
🔥 Firmware Build / build-firmware (OPENMV_RT1060) (push) Has been cancelled
🔥 Firmware Build / code-size-report (push) Has been cancelled
🔥 Firmware Build / stable-release (push) Has been cancelled
🔥 Firmware Build / development-release (push) Has been cancelled

lib/tflm/models: Add YOLOv2 model.
This commit is contained in:
Ibrahim Abdelkader 2025-01-27 08:53:40 +02:00 committed by GitHub
commit f72003d694
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -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

1 # Models listed here are embedded into the firmware image only if they are enabled
6 force_int_quant.tflite,Performance
7 micro_speech.tflite,Performance
8 person_detect.tflite,Performance
9 yolo_v2_224_small.tflite,Performance
10 yolo_v5_224_nano.tflite,Performance

Binary file not shown.

View File

@ -0,0 +1,2 @@
background
person