bevfusion
bevfusion copied to clipboard
How to export a trained model to ONNX format
I used tool/export.py to try to export my trained model epoch_6.pth. However, the following problems are encountered: python tools/export.py configs/nuscenes/det/transfusion/secfpn/camera+lidar/swint_v0p075/convfuser.yaml output/bev_ result/epoch_6.pth
Traceback (most recent call last):
File "tools/export.py", line 117, in
I think I may be using an inappropriate configuration file, has anyone used tools/export.py?
Does anyone know how to export a trained model to ONNX format?