Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

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.

Downloads last month
27