↓ 1 callersFunctiontrain_one_epoch(model_and_VGG_and_TransformNet, optimizer, scheduler, train_loader, test_set, exhibit_set, summary_writer, gl
engines/trainer.py:40
Method__init__(self, root_dir, split='train', subsample=0, cam_id=False, patch_size=48, style_path=None, with_mask=False,
data/datasets.py:122
Method__init__(self, rgb_weight, eikonal_weight, mask_weight, alpha, perceptual_weight, content_weight, style_weight)
idr/model/loss.py:26
Method__init__(self, netdepth=8, netwidth=256, netdepth_fine=8, netwidth_fine=256, no_skip=False, act_fn="relu", N_samples=6
models/nerf_net.py:25
Method__init__(self, input_dim=3, output_dim=4, net_depth=8, net_width=256, no_skip=False, act_fn="relu", skips=[4],
models/nerf_mlp.py:157
Methodforward(self, surface_output, surface_sdf_values, surface_points_grad, surface_dists, surface_cam_loc, surface_ray_di
idr/model/sample_network.py:10