aharley/simple_bev

Regarding Onnx Conversion of SimpleBEV model

Opened this issue · 2 comments

Hi,
I have tried converting the simpleBEV model to onnx using the torch.onnx.export , however I am facing an issue in generating the dummy input required for the forward pass in the conversion process.

I am getting this below error :

RuntimeError: Only tuples, lists and Variables are supported as JIT inputs/outputs. Dictionaries and strings are also accepted, but their usage is not recommended. Here, received an input of unsupported type: Vox_util

Can you please help @aharley @zfang399 . Thanks!!

hello @PaulSudarshan ,
Have you found an answer to the problem?
Thank you in advance

Have you found an answer to the problem?thanks