ModelNetMPC / README.md
xinpuliu's picture
Update README.md
a47768c verified
metadata
license: mit

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

Download the dataset and then run unzip ModelNetMPC.zip.

The overall directory structure should be:

│ModelNetMPC/
├──GT/
│   ├──......
├──Img/
│   ├──......
├──Noise_Partial/
│   ├──......
├──Partial/
│   ├──airplane/
│       ├──airplane_0001/
│           ├──airplane_0001_001.xyz
│           ├──......
│           ├──airplane_0001_032.xyz
│       ├──......
│   ├──......

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