Haoxiang Guo

Results 6 comments of Haoxiang Guo

hi, oucyz. I've not encounter this issue before. Have you tried to forward the checkpoint directly by running: ./scripts/test_default.sh?

It works now! Thanks a lot for your suggestion. If I want to forward my own point cloud data (already stored in h5 format) to ParSeNet to get the segmentation...

> Looks like a `parallel_for` inside another `parallel_for`. Perhaps a relatively easy solution would be to have a thread-local flag that switches nested `parallel_for`s to serial? Great solution, also works...

I met the same bugs. Here are the files and codes to reproduce this bug. data link: https://drive.google.com/file/d/1K7r3udYOXrwn4kmWq--rvDquBkN49sGK/view?usp=sharing ``` def reproduce_bugs(): m = trimesh.load('Maserati.obj') nonsurf_points = np.loadtxt('nonsurf_points.xyz') wn = igl.fast_winding_number_for_meshes(m.vertices,...

By the way, I find I can reproduce this bug on a Ubuntu 22.04 machine with python 3.10.6, but I can not reproduce it on my windows machine with python...