Skip to content
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

raise Exception('Exceeded {} attempts'.format(interrupt)) #4

Open
MengHao666 opened this issue Apr 21, 2020 · 1 comment
Open

raise Exception('Exceeded {} attempts'.format(interrupt)) #4

MengHao666 opened this issue Apr 21, 2020 · 1 comment

Comments

@MengHao666
Copy link

Hello Yana,

First of all thank you for the great work!

I try to understand your codes about obman these days.And when i run " python shapenet_samplepoints.py", I got the warning message as follows:
Traceback (most recent call last):
File "shapenet_samplepoints.py", line 50, in create_ray_samples
points = sample_mesh(mesh, min_hits=min_hits)
File "/home/haomeng/PycharmProjects/3DHand/obman/obman/samplemesh.py", line 80, in sample_mesh
raise Exception('Exceeded {} attempts'.format(interrupt))
Exception: Exceeded 10 attempts

It looks like the code just go through despite of such message. Does it matters?What does it mean actually?

@hassony2
Copy link
Owner

@MengHao666 ,

Sorry for the very late reply. For future reference, this is likely linked to #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants