facebookresearch / votenet

Deep Hough Voting for 3D Object Detection in Point Clouds
MIT License
1.67k stars 377 forks source link

Model convert issues #165

Closed 44825762 closed 1 year ago

44825762 commented 1 year ago

Hi, I am converting the model to onnx model using a checkpoint whcih trained 180 epochs, the grouped_feature result is very similar but when the grouped_feature get through MLP in SA, the result is very difference. Does any one know how to fix this? The result of checkpoint is correct. Or does any one has a converted onnx or ncnn model?

jkstyle2 commented 1 year ago

@44825762 hi, i have a similar issue with conversion to onnx model. Have you fixed the issue?