Pointnet_Pointnet2_pytorch icon indicating copy to clipboard operation
Pointnet_Pointnet2_pytorch copied to clipboard

OSError: no file with expected extension

Open WuDaoJiuXiao opened this issue 3 years ago • 1 comments
trafficstars

when I run show3d_balls.py on windows,error: OSError: no file with expected extension

WuDaoJiuXiao avatar Sep 12 '22 10:09 WuDaoJiuXiao

Add .so to filename on line 25 in show3d_balls.py:

dll = np.ctypeslib.load_library('render_balls_so.so', '.')

artem-tkachuk avatar Apr 20 '23 18:04 artem-tkachuk