You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to convert my tiny-yolov4 darknet weight into ONNX format. When I run python demo_darknet2onnx.py <cfgFile> <namesFile> <weightFile> <imageFile> <batchSize> by replacing each values. I got 2 ONNX model file:
yolov4_1_3_416_416_static.onnx
yolov4_64_3_416_416_static.onnx
Is this correct? I was expecting some output like custom_yolov4_tiny.onnx. I'm not sure if my output model is in tiny yolov4 format or just regular yolov4 format.
Also it will be really helpful if someone can suggest me how can I use my ONNX model in Unity.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I was trying to convert my tiny-yolov4 darknet weight into ONNX format. When I run
python demo_darknet2onnx.py <cfgFile> <namesFile> <weightFile> <imageFile> <batchSize>
by replacing each values. I got 2 ONNX model file:Is this correct? I was expecting some output like
custom_yolov4_tiny.onnx
. I'm not sure if my output model is in tiny yolov4 format or just regular yolov4 format.Also it will be really helpful if someone can suggest me how can I use my ONNX model in Unity.
Thanks in advance!
The text was updated successfully, but these errors were encountered: