src/nerf_raymarch_common.py [239:246]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(self, z_near, z_far, num_ray_samples, z_step, noise_amplitude, config=None, net_idx=-1, **kwargs):
        self.z_near = z_near
        self.z_far = z_far
        self.num_ray_samples = num_ray_samples
        self.z_step = z_step
        self.noise_amplitude = noise_amplitude
        self.net_idx = net_idx
        self.background_value = config.multiDepthIgnoreValue[net_idx]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/nerf_raymarch_common.py [295:302]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    def __init__(self, z_near, z_far, num_ray_samples, z_step, noise_amplitude, config=None, net_idx=-1, **kwargs):
        self.z_near = z_near
        self.z_far = z_far
        self.num_ray_samples = num_ray_samples
        self.z_step = z_step
        self.noise_amplitude = noise_amplitude
        self.net_idx = net_idx
        self.background_value = config.multiDepthIgnoreValue[net_idx]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



