Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- CO3Dv2
|
5 |
+
tags:
|
6 |
+
- 3D Reconstruction
|
7 |
+
---
|
8 |
+
|
9 |
+
# Multiview Compressive Coding (MCC)
|
10 |
+
|
11 |
+
## Model Description
|
12 |
+
|
13 |
+
These are model weights originally provided by the authors of the paper [Multiview Compressive Coding (MCC)](https://arxiv.org/abs/2301.08247).
|
14 |
+
|
15 |
+
Their method aims to create a 3D multiview object from a single RGB-D image.
|
16 |
+
|
17 |
+
|
18 |
+
## Datasets
|
19 |
+
The authors trained the model on [the CO3D v2 dataset](https://ai.facebook.com/datasets/CO3D-dataset/)
|