sxyu / volrend

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

How to convert the Precomputed PlenOctree Files to npz used in web demo #11

Open HrsPythonix opened 3 years ago

HrsPythonix commented 3 years ago

I use the script/compress_octree.py to compress the full resolution tree files, and use it in the web demo I build with emcmake. But it get stuck image

however, when I use the The uncompressed NeRF-synthetic files you provided, it succeed. image

How can I compress the npz by myself in order to use this npz in web demo?