Goals: In this assignment, you will explore the types of loss and decoder functions for regressing to voxels, point clouds, and mesh representation from single view RGB input.
Please download and extract the dataset from here. After unzipping, set the appropiate path references in dataset_location.py
file here
Make sure you have installed the packages mentioned in requirements.txt
. This assignment will need the GPU version of pytorch.
This section will involve defining a loss function, for fitting voxels, point clouds and meshes.
Left: GT, Right: Prediction
This section will involve training a single view to 3D pipeline for voxels, point clouds and meshes. Refer to the save_freq
argument in train_model.py
to save the model checkpoint quicker/slower.