ASSIGNMENT 3 - Fit a Target Shape

In this assignment, we will learn to deform an initial shape (e.g. sphere) to fit a target shape. Starting from a sphere mesh, we learn the offset to each vertex in the mesh such that the predicted mesh is closer to the target mesh at each optimization step.

The goals of this practice are the following:

Notebook:

Assignment 3 Notebook Open In Colab

Submission:

The assignment is due on May 6th, 2024 at 11:59pm (EDT).

References:

  1. PyTorch3d website
  2. PyTorch3D source code for Meshes data structure.
  3. Pixel2Mesh: Generating 3D Mesh Models from Single RGB Images
  4. Mesh R-CNN