Functionparse_rangeParse a comma separated list of numbers or ranges and return a list of ints. Example: '1,2,5-10' returns [1, 2, 5, 6, 7]
gen_videos_proj_withseg.py:202
Methodsample(self, coordinates, directions, z, c, truncation_psi=1, truncation_cutoff=None, update_emas=False, **synthesis
training/triplane.py:141
Functionsample_from_3dgrid Expects coordinates in shape (batch_size, num_points_per_batch, 3) Expects grid in shape (1, channels, H, W, D) (Also works if grid has b
training/volumetric_rendering/renderer.py:60