Add task category and link to code
Browse filesThis PR adds the relevant task category and links to the Github repository. It also replaces the link to the IEEE paper with a link to the Hugging Face paper page.
README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
# Dataset from [MS-NeRF: Multi-Space Neural Radiance Fields](https://
|
|
|
|
|
|
|
| 6 |
|
| 7 |
###
|
| 8 |
- posed_real_scenes.zip: all the real-captured scenes
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-3d
|
| 5 |
---
|
| 6 |
|
| 7 |
+
# Dataset from [MS-NeRF: Multi-Space Neural Radiance Fields](https://huggingface.co/papers/2305.04268).
|
| 8 |
+
|
| 9 |
+
Code: https://github.com/ZX-Yin/MS-NeRF
|
| 10 |
|
| 11 |
###
|
| 12 |
- posed_real_scenes.zip: all the real-captured scenes
|