houlili1357-9
Results
2
issues of
houlili1357-9
When I change the pytorch to 1.4.0, it can't work, the error is: [root@localhost votenet]# python models/votenet.py Traceback (most recent call last): File "/home/hll/hllhome/code/votenet/pointnet2/pointnet2_utils.py", line 26, in import pointnet2._ext as...
I want to use the net in C++, so I convert the net with onnx and jit. But I can't convert correctly. I replace the C++ code to python, and...