Closed a-lemus96 closed 8 months ago
This is the list of required parameters for __init__
method:
train: bool = False
for disabling gradient computationwhite_bkgd: bool = False
for setting either dark or white bkdgchunksize
for rendering larger batchesFor OccGridEstimator
object initialization:
render_step_size
near
and far
for setting sampling bounds along raysgrid_resolution
grid_nlevels
aabb
for axis-aligned bounding boxTemporary disabling occlusion regularization by commenting corresponding code block.
I will remove the device
parameter inside the Renderer
class as the object will be moved to CUDA device.
estimator
initalization is performed within __init__
method as it only requires one line.
Code the following class members:
__init__
render_rays
render_poses
init_estimator
step