Owen-Liuyuxuan / visualDet3D

Official Repo for Ground-aware Monocular 3D Object Detection for Autonomous Driving / YOLOStereo3D: A Step Back to 2D for Efficient Stereo 3D Detection
https://owen-liuyuxuan.github.io/papers_reading_sharing.github.io/3dDetection/GroundAwareConvultion/
Apache License 2.0
362 stars 77 forks source link

onnx export #21

Open speshowBUAA opened 3 years ago

speshowBUAA commented 3 years ago

Can this model export to onnx format?

Owen-Liuyuxuan commented 3 years ago

Sorry I have little experience on how to export to onnx format.

muzi2045 commented 3 years ago

if there is no self-define op in network, it will easy for export onnx model.

bigliuyq commented 2 years ago

who export to onnx format successed?

Owen-Liuyuxuan commented 2 years ago

The current problem is that grid_sampler is not supported.

https://github.com/pytorch/pytorch/issues/27212

JensenGao commented 2 years ago

Can this model export to onnx format?

Did you transfer successfully?