-
Notifications
You must be signed in to change notification settings - Fork 637
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running show_seg.py #89
Comments
I refer to this link and put the following code: pointnet.pytorch/utils/show3d_balls.py Lines 1 to 22 in f0c2430
change it to this:
It's ready to go. I hope that will help you. :) |
Thanks,this help me a lot |
@HeBangYan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OSError: no file with expected extension
File "F:/Users/lenovo/PycharmProjects/pythonProject6/pointnet.pytorch-master/utils/show_seg.py", line 2, in
from show3d_balls import showpoints
File "F:\Users\lenovo\PycharmProjects\pythonProject6\pointnet.pytorch-master\utils\show3d_balls.py", line 22, in
dll = np.ctypeslib.load_library('render_balls_so', '.')
File "F:\anaconda\envs\pytorch3\lib\site-packages\numpy\ctypeslib.py", line 155, in load_library
raise OSError("no file with expected extension")
The text was updated successfully, but these errors were encountered: