YujiaLiu76/PC2WF

error when running noise_gen_patch_straight.py

elona-dup opened this issue · 1 comments

Hello,

When trying to generate the patches using python noise_gen_patch_straight.py I get an error in the down_sample function, for: coords = coords[inds]

IndexError: shape mismatch: indexing arrays could not be broadcast together with shapes (126814,3) (126814,)

Do you have any idea how this could be fixed?

Thank you

I have the same problem.But i replace inds to inds[1].This solves the problem