update readme
Browse files
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
# LASA
|
2 |
Repository of LASA: Instance Reconstruction from Real Scans using A Large-scale Aligned Shape Annotation Dataset accepted by CVPR 2024
|
3 |
|
@@ -79,4 +80,19 @@ All experiments in the paper are conducted on 8 A100 GPUs with batch size = 22.
|
|
79 |
journal={arXiv preprint arXiv:2312.12418},
|
80 |
year={2023}
|
81 |
}
|
82 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<<<<<<< HEAD
|
2 |
# LASA
|
3 |
Repository of LASA: Instance Reconstruction from Real Scans using A Large-scale Aligned Shape Annotation Dataset accepted by CVPR 2024
|
4 |
|
|
|
80 |
journal={arXiv preprint arXiv:2312.12418},
|
81 |
year={2023}
|
82 |
}
|
83 |
+
```
|
84 |
+
=======
|
85 |
+
---
|
86 |
+
title: LASA
|
87 |
+
emoji: 🏃
|
88 |
+
colorFrom: indigo
|
89 |
+
colorTo: red
|
90 |
+
sdk: gradio
|
91 |
+
sdk_version: 4.32.2
|
92 |
+
app_file: app.py
|
93 |
+
pinned: false
|
94 |
+
license: mit
|
95 |
+
---
|
96 |
+
|
97 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
98 |
+
>>>>>>> hf/main
|