sxyu / volrend

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

headless rendering produces blank images #22

Open hvkwak opened 1 year ago

hvkwak commented 1 year ago

Hi, thank you for work.

I wanted to see if I can produce .png images. I downloaded pretrained tree, intrinsics and poses. Then I ran

./volrend_headless /home/hyo26751/Downloads/tree.npz -i /home/hyo26751/Downloads/drums/intrinsics.txt /home/hyo26751/Downloads/drums/pose/* -o ../
INFO: Use NeRF camera convention
INFO: Data format SH16
INFO: Scale 0.445217 0.588506 0.68048943.2574615479 ms per frame
23.1173992157 fps

which produced a set of blank images. Possible mistakes I have made?