Pointnet_Pointnet2_pytorch
Pointnet_Pointnet2_pytorch copied to clipboard
OSError: no file with expected extension
trafficstars
when I run show3d_balls.py on windows,error: OSError: no file with expected extension
Add .so to filename on line 25 in show3d_balls.py:
dll = np.ctypeslib.load_library('render_balls_so.so', '.')