Bin-ze / BEVFormer_segmentation_detection

Implemented BEVFormer support for BEV segmentation
Apache License 2.0
88 stars 7 forks source link

How to export onnx model? #14

Closed wcz13228607727 closed 6 months ago

wcz13228607727 commented 6 months ago

Hello, may I ask how to convert seg.pth to seg.onnx?

Bin-ze commented 6 months ago

There is no method to export onnx model here. For details, you can refer to the official openmm3d or other repo to study how to export onnx.