sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.79k stars 360 forks source link

Moving the foreground grid's location / increasing initial voxel size #45

Open saunair opened 2 years ago

saunair commented 2 years ago

Hi Authors, I tried out the models with our own data, but the top of the foreground objects seemed to have been clipped and sent to the background layers. Could you help me with understanding where I can increase the voxel sizes of the grid or move the grid a little bit

sarafridov commented 2 years ago

The grid size and position are determined by the 'center' and 'radius' parameters: https://github.com/sxyu/svox2/blob/master/opt/opt.py#L286