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
Hi! i'm on the paper branch and have exported a yolor-p6 model to onnx using models/export.py.
The onnx model has the output shape output: batch, 3, 96, 160, nc though I expected the shape output: batch, 3, max_boxes, nc
Am I doing anything wrong?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm using paper branch too and exported my model to onnx. Having the same issue with output shape and tried to follow your steps.
I don't really get what you're meaning with the inplace operation. Where did you insert it into your code, I guess in forward() function of IDetect() class in yolo.py? And what else did you adjust there? Maybe you can provide your yolo.py file.
Hi! i'm on the paper branch and have exported a yolor-p6 model to onnx using
models/export.py
.The onnx model has the output shape
output: batch, 3, 96, 160, nc
though I expected the shapeoutput: batch, 3, max_boxes, nc
Am I doing anything wrong?
Thanks!
The text was updated successfully, but these errors were encountered: