Closed hz3014 closed 4 years ago
this error is your rpn input tensor is not match with your train model. if you change voxels of paramters, you need to check this network flow rpn_input tensor is how, and you modify rpn_input located in onnx_model_generate() function.
Thank you for your code!
I am currently working on converting trained PointPillars NuScenes Model (SECOND lastest code) to ONNX. However, there is error when onnx_module_generate:
Any suggestions or overall guideline would be appricated!