sxyu / volrend

PlenOctree Volume Rendering (supports CUDA & fragment shader backends)
Other
608 stars 84 forks source link

How to convert the cuda-based npz model to npz used in web demo ? #14

Open bruinxiong opened 2 years ago

bruinxiong commented 2 years ago

I trained nerf-sh model with chair dataset. After extraction and optimization, I got the tree_opt.npz. However, I loaded this npz with webgl viewer, I got an incorrect viewing result as follows: Screenshot from 2021-09-03 17-31-43 If I launch this npz with cuda-based volrend viewer, I get correct viewing result. Furthermore, I downloaded the uncompressed NeRF-synthetic files used for the web demo, the npz file is ok when I load with webgl viewer. So, I have a question. Is there any difference between the tree_opt.npz and you provided uncompressed npz model ? @liruilong940607 @sxyu

CCOSerika commented 1 year ago

I met the same problem. Have u solved it?

adkAurora commented 1 year ago

I met the same problem.