↓ 3 callersMethodproject_voxel_into_image This function projects voxels into 2D image coordinate. [b, feat_dim, n_voxels] -> [b, feat_dim, d, h, w]
network/volumetric_fusionnet.py:232
↓ 1 callersMethod__init__(self, level_in, num_ch_enc, num_ch_dec, scales=range(2), use_skips=False)
network/fusion_depthnet.py:102
↓ 1 callersMethodcreate_voxel_grid output: [batch, 3, z_dim, y_dim, x_dim] [b, :, z, y, x] contains (x,y,z) 3D point
network/volumetric_fusionnet.py:67
↓ 1 callersMethodpreprocess_overlap This function applies 1x1 convolutions on overlapping features. Camera configuration [0,1,2] or [0,1,2,3,4,5]:
network/volumetric_fusionnet.py:209