nv-tlabs / LION

Latent Point Diffusion Models for 3D Shape Generation
Other
735 stars 57 forks source link

Why there are some grammar errors in the code? #64

Closed Philcalab closed 5 months ago

Philcalab commented 7 months ago

@ZENGXH , hello,thank you for providing the code. But there semms some grammar errors in the code and I don't how to modify them. If you can give me some guidance. I wil geatly appreciate it. The following is two examples. 1 2

ZENGXH commented 7 months ago

it seems the text editor didn't find the function itself (the sample_normal_jit function is defined, but somehow it says unresolved reference). But the code should still be runnable.

Philcalab commented 7 months ago

@ZENGXH Thank you so much. And I wanna know what the util should be in my first image. Because there semms two directories or files named util. Could you tell me which one should be here?

ZENGXH commented 6 months ago

it's here: https://github.com/nv-tlabs/LION/blob/main/utils/utils.py

Philcalab commented 5 months ago

it's here: https://github.com/nv-tlabs/LION/blob/main/utils/utils.py

thank you so much