edward1997104 / Wavelet-Generation

Neural Wavelet-domain Diffusion for 3D Shape Generation [SIGGRAPH Asia 2022]
MIT License
86 stars 12 forks source link

shape reconstruction #8

Open seoyunYang opened 1 year ago

seoyunYang commented 1 year ago

Hello, I want to reconstruct the provided pre-computed coarse and detail coefficient volumes of wavelets into 3d shapes.

It seems like I can do it using the DWTInverse3d_Laplacian function and the marching_cube, but I failed to reconstruct the 3d shapes.

Can you give me some advice concerning this issue?

AlbertoMQ commented 1 year ago

Hi @seoyunYang, did you ever get this working?