WongKinYiu / PyTorch_YOLOv4

PyTorch implementation of YOLOv4
1.87k stars 585 forks source link

ONNX error #283

Open Hiwyl opened 3 years ago

Hiwyl commented 3 years ago

Hi,i want to convert model to onnx,but i was unsuccessful! Do you have any good Suggestions? TKS!

WongKinYiu commented 3 years ago

for u5 branch you could use https://github.com/linghu8812/ScaledYOLOv4. for u3 branch you could use https://github.com/wang-xinyu/tensorrtx.

Hiwyl commented 3 years ago

get it!tks

yu937861 commented 2 years ago

Hi,i want to convert model to onnx,but i was unsuccessful! Do you have any good Suggestions? TKS!

Did you succeed? Can you tell me how to do it?