You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run this model on NVIDIA Jeston agx orin. So I need to convert the model to onnx first. But i find that PointnetSAModule couldn't be converted to onnx correctly. The input of onnx is mapped as a constant. How can I solve it?