BEVFormer icon indicating copy to clipboard operation
BEVFormer copied to clipboard

How to convert BEVFormer to ONNX

Open brankyy opened this issue 2 years ago • 6 comments

Hi there, I want to convert BEVFormer Tiny to onnx format and try to deploy it. Is there any suggestion?

brankyy avatar Aug 01 '22 06:08 brankyy

same question here, I tried onnx.export(),but it is too hard, and have a lot of forward() input issue. so does any one have idea?

Chaoran-F avatar Sep 13 '22 07:09 Chaoran-F

谁成功了吗

bigliuyq avatar Nov 15 '22 02:11 bigliuyq

You can try this project to convert bevformer to onnx or tensorrt engine: https://github.com/DerryHub/BEVFormer_tensorrt

DerryHub avatar Dec 08 '22 06:12 DerryHub

You can try this project to convert bevformer to onnx or tensorrt engine: https://github.com/DerryHub/BEVFormer_tensorrt

This works for me.

qiaosiyi avatar Feb 22 '23 09:02 qiaosiyi