espressif / esp-tflite-micro

TensorFlow Lite Micro for Espressif Chipsets
Apache License 2.0
363 stars 79 forks source link

Rodar o yolo no esp32 #40

Open gpsamt opened 1 year ago

gpsamt commented 1 year ago

Hello. I'm trying to test yolov8 or yolov7 on esp32. Does anyone have an example to share? I already converted to tensorflow-lite. thanks.

vikramdattu commented 1 year ago

Hi @gpsamt what is your objective of using yolov8? If you have already converted it to tflite-micro and quantised the model to INT8 to be usable on micro-controllers, you may simply refer to person_detection example and built your own around yolo model