Quiz Yourself on Data Representations

Test your knowledge of voxels, point clouds, meshes, SDFs, and fields.

Quiz

1

(Select all that apply.) Which code snippets create a valid voxel grid?

A)
grid = torch.full([n_batch, depth, height, width, 1], val)
B)
p = torch.linspace(0, 2 * torch.pi, 32)
C)
points = torch.randn([n_batch, 3])
D)
vol = Volumes(densities, features)
Question 1 of 50 attempted

Get hands-on with 1200+ tech skills courses.