Skip to content

floriandonhauser/ML3D-MVCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecMVCNN

RecMVCNN - Simultaneous Classification and Reconstruction
Bastian Wittmann, Andrew Desousa, and Florian Donhauser
Project for the course "Machine Learning for 3D Geometry (IN2392)" offered at Technical University of Munich in SS2021

Environment Variables

To use this project, you must set several envrionment variables beforehand in .env. Here is an example of what that should look like.

SHAPENET_VOXEL_DATASET_PATH="/media/andrew/Storage HDD/data/ShapeNet/ShapeNetVox32"

SHAPENET_RENDERING_DATASET_PATH="/media/andrew/Storage HDD/data/ShapeNet/ShapeNetRendering"
SHAPENET_PC_RENDERING_DATASET_PATH="/media/andrew/Storage HDD/data/ShapeNet/ShapeNetPC"

PROJECT_DIR_PATH="/home/andrew/repos/ML3D-MVCNN"

Data

For this project, we use the following ShapeNet data:

Project abstract

3D content can be encoded in many different representations, including point cloud representations, occupancy grids, and meshes. To classify the 3D content, different representations usually require specific classification networks tailored to the respective input data structure. By rendering multi-view images from the 3D representation, this issue can be circumvented and the same network, utilizing the rendered multi-view images as input data, can be used for the task of classification for many different input data structures. A prominent approach that utilizes rendered multi-view images as input data for classification is MVCNN, which serves as a baseline for our method. In this work, we propose RecMVCNN, a lightweight model for classification and shape reconstruction that extends MVCNN with a reconstruction head. Furthermore, experiments regarding the influence of the reconstruction task on the classification task were conducted.

About

MVCNN for 3D Shape Recognition and Reconstruction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •