JialianW / TraDeS

Track to Detect and Segment: An Online Multi-Object Tracker (CVPR 2021)
MIT License
553 stars 109 forks source link

convert onnx #20

Open lilin19890401 opened 3 years ago

lilin19890401 commented 3 years ago

When i use convert_onnx.py to convert crowdhuman.pth or mot_half.pth, it's failed. Then I find the description in the annotation:" Script to convert a trained CenterNet model to onnx, currently only support non-DCN models". Can you support DCN models to onnx?

Note-Liu commented 3 months ago

When i use convert_onnx.py to convert crowdhuman.pth or mot_half.pth, it's failed. Then I find the description in the annotation:" Script to convert a trained CenterNet model to onnx, currently only support non-DCN models". Can you support DCN models to onnx?

I meet the same question.