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

Trimesh Runtime Error #5

Open
YoussefFathi opened this issue Apr 13, 2022 · 0 comments
Open

Trimesh Runtime Error #5

YoussefFathi opened this issue Apr 13, 2022 · 0 comments

Comments

@YoussefFathi
Copy link

I've been trying to run a training session by following the instructions given. The Dataloader returns a timeout exception. After some tracing, it turns out the code halts in the following line in DMCDataset.py
inside = mesh.contains(sample_points)

when I replaced it with the following line, the training runs properly but it assumes all the sampling points are valid which is not correct:
inside=np.ones(sample_points.shape[0]).astype(np.bool8)

what could be the correct solution for that issue?

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

1 participant