Sylia

Results 14 comments of Sylia

> Hello guys, I am trying to deploy my custom Yolov5 model to Esp32s3, but i am facing that issue while i try to "export_onnx_model.py", I am getting this error....

> Do you guys got running models with TVM ? Where you able to export the yolo model? I used TVM as well but it was inconsistent and buggy. Not...

> Output Shape: (1, 2268, 6) Output Shape: (1, 2268, **6**) the **6** indicates the number of classes, in fact you only trained on these 6 classes, right? if I...

> I dont think so, i trained yolov5n model for one class, and export to .onnx format. The reason for Output Shape: (1, 2268, 6), 6 is for x,y,w,h,confidence,class, if...