ShapeNetMPC / README.md
xinpuliu's picture
Update README.md
7fef5ee verified
metadata
license: mit

This repository contains the ShapeNet-MPC dataset proposed by "DuInNet: Dual-Modality Feature Interaction for Point Cloud Completion"

Download the dataset and then run cat ShapeNetMPC.tgz* > ShapeNetMPC.tgz && tar -zxvf ShapeNetMPC.tgz.

The overall directory structure should be:

│ShapeNetMPC/
├──02691156/
│   ├──color/
│       ├──xxxx-color-0.jpg
│       ├──......
│       ├──xxxx-color-31.jpg
│       ├──......
│   ├──pc/
│       ├──xxxx-complete.pts
│       ├──xxxx-perview-0.pts
│       ├──......
│       ├──xxxx-perview-31.pts
│       ├──......
├──......

The repository is based on ShapeNet, Thanks for their opensourceing.