Quiz Yourself on Operations and Techniques
Test your knowledge of heterogeneous batching, mesh deformation, graph convolution, and other operations and techniques.
We'll cover the following...
We'll cover the following...
Quiz
1.
Given meshes
, a Meshes object containing two meshes with 40 vertices, what output shape will the meshes.verts_packed().shape
command produce?
A.
(1, 80, 3)
B.
(2, 40, 3)
C.
D.
[(40, 3), (40, 3)]
1 / 6
...