Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# This repository contains the ShapeNet-MPC dataset proposed by "DuInNet: Dual-Modality Feature Interaction for Point Cloud Completion"
|
| 6 |
+
|
| 7 |
+
Download the dataset and then run ``cat ShapeNetMPC.tgz* > ShapeNetMPC.tgz && tar -zxvf ShapeNetMPC.tgz``.
|
| 8 |
+
|
| 9 |
+
The overall directory structure should be:
|
| 10 |
+
```
|
| 11 |
+
│ShapeNetMPC/
|
| 12 |
+
├──02691156/
|
| 13 |
+
│ ├──color/
|
| 14 |
+
│ ├──xxxx-color-0.jpg
|
| 15 |
+
│ ├──......
|
| 16 |
+
│ ├──xxxx-color-31.jpg
|
| 17 |
+
│ ├──......
|
| 18 |
+
│ ├──pc/
|
| 19 |
+
│ ├──xxxx-complete.pts
|
| 20 |
+
│ ├──xxxx-perview-0.pts
|
| 21 |
+
│ ├──......
|
| 22 |
+
│ ├──xxxx-perview-31.pts
|
| 23 |
+
│ ├──......
|
| 24 |
+
├──......
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
The repository is based on [ShapeNet](https://shapenet.org/), Thanks for their opensourceing.
|