↓ 1 callersFunctionvisibility_checking(lines3d_all, eval_dataloader, model, *,
mindis_th = 25, min_visible_views=1, device=
code/neat-final-parsing.py:305
Method__init__(self,
feature_vector_size,
d_in,
d_out,
dims,
geometric_init = True,
code/model/neat_along_ray.py:135
Method__init__(self, scene_bounding_sphere, near, N_samples, N_important=0, take_sphere_intersection=False, far=-1)
code/model/ray_sampler.py:62
Method__init__(self, scene_bounding_sphere, near, N_samples, N_samples_eval, N_samples_extra,
eps, beta_ite
code/model/ray_sampler.py:110
Method__init__(self, rgb_loss, eikonal_weight, line_weight, junction_3d_weight = 0.1, junction_2d_weight = 0.01)
code/model/networks/loss_wfr_rpd.py:146
Method__init__(self,
feature_vector_size,
d_in,
d_out,
dims,
geometric_init = True,
code/model/networks/neat_wfr_dual.py:140
Method__init__(self,
feature_vector_size,
d_in,
d_out,
dims,
geometric_init = True,
code/model/networks/neat_wfr_a.py:140
Method__init__(self, rgb_loss, eikonal_weight, line_weight, junction_3d_weight = 0.1, junction_2d_weight = 0.01, depth_weigh
code/model/networks/loss_wfr_spd.py:17