Datasets:
Improve dataset card: Add task categories, library, and tags; link project page and paper (#2)
Browse files- Improve dataset card: Add task categories, library, and tags; link project page and paper (91cbb1c9a05400a714199f5ebced1ee050c71b43)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
|
@@ -2,16 +2,25 @@
|
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
- image-segmentation
|
|
|
|
| 5 |
pretty_name: nespof
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
-
|
| 9 |
# Extended NeSpoF Dataset
|
| 10 |
|
| 11 |
-
|
| 12 |
-
<img src="https://i.imgur.com/D3SaEU8.png" alt="UnMix-NeRF Overview" width="40%">
|
| 13 |
|
| 14 |
-
|
| 15 |
|
| 16 |
**[Fabian Perez](https://github.com/Factral)¹² · [Sara Rojas](https://sararoma95.github.io/sr/)² · [Carlos Hinojosa](https://carloshinojosa.me/)² · [Hoover Rueda-Chacón](http://hfarueda.com/)¹ · [Bernard Ghanem](https://www.bernardghanem.com/)²**
|
| 17 |
|
|
@@ -19,16 +28,18 @@ pretty_name: nespof
|
|
| 19 |
|
| 20 |
</div>
|
| 21 |
|
| 22 |
-
|
| 23 |
|
| 24 |
-
|
| 25 |
|
|
|
|
| 26 |
|
| 27 |
### Dataset Sources
|
| 28 |
|
| 29 |
-
*
|
| 30 |
-
*
|
| 31 |
-
*
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
## Direct Use
|
|
@@ -95,4 +106,4 @@ If you use this dataset, please cite the following paper:
|
|
| 95 |
|
| 96 |
## Dataset Card Contact
|
| 97 |
|
| 98 |
-
For inquiries regarding the dataset, please contact the corresponding authors listed in the referenced paper.
|
|
|
|
| 2 |
license: mit
|
| 3 |
task_categories:
|
| 4 |
- image-segmentation
|
| 5 |
+
- image-to-3d
|
| 6 |
pretty_name: nespof
|
| 7 |
+
library_name:
|
| 8 |
+
- nerfstudio
|
| 9 |
+
tags:
|
| 10 |
+
- nerf
|
| 11 |
+
- hyperspectral
|
| 12 |
+
- material-segmentation
|
| 13 |
+
- 3d
|
| 14 |
+
- robotics
|
| 15 |
+
- augmented-reality
|
| 16 |
+
- simulation
|
| 17 |
---
|
| 18 |
|
|
|
|
| 19 |
# Extended NeSpoF Dataset
|
| 20 |
|
| 21 |
+

|
|
|
|
| 22 |
|
| 23 |
+
<div align="center">
|
| 24 |
|
| 25 |
**[Fabian Perez](https://github.com/Factral)¹² · [Sara Rojas](https://sararoma95.github.io/sr/)² · [Carlos Hinojosa](https://carloshinojosa.me/)² · [Hoover Rueda-Chacón](http://hfarueda.com/)¹ · [Bernard Ghanem](https://www.bernardghanem.com/)²**
|
| 26 |
|
|
|
|
| 28 |
|
| 29 |
</div>
|
| 30 |
|
| 31 |
+
## Introduction
|
| 32 |
|
| 33 |
+
This dataset is an extension of the NeSpoF dataset, enriched with ground-truth material labels for evaluating material segmentation in synthetic multi-view settings. The annotations provide consistent material labeling across different viewpoints for comprehensive scene analysis.
|
| 34 |
|
| 35 |
+
It is used in conjunction with **UnMix-NeRF**, a framework presented in the paper [UnMix-NeRF: Spectral Unmixing Meets Neural Radiance Fields](https://huggingface.co/papers/2506.21884). UnMix-NeRF integrates spectral unmixing into Neural Radiance Fields (NeRF), enabling joint hyperspectral novel view synthesis and unsupervised material segmentation.
|
| 36 |
|
| 37 |
### Dataset Sources
|
| 38 |
|
| 39 |
+
* **Github:** [Official Code](https://github.com/Factral/UnMix-NeRF)
|
| 40 |
+
* **Paper:** [UnMix-NeRF: Spectral Unmixing Meets Neural Radiance Fields (ICCV 2025)](https://arxiv.org/pdf/2506.21884)
|
| 41 |
+
* **Project Page:** [UnMix-NeRF Project Page](https://www.factral.co/UnMix-NeRF)
|
| 42 |
+
* **Repository:** [Original NeSpoF Repository](https://github.com/youngchan-k/nespof)
|
| 43 |
|
| 44 |
|
| 45 |
## Direct Use
|
|
|
|
| 106 |
|
| 107 |
## Dataset Card Contact
|
| 108 |
|
| 109 |
+
For inquiries regarding the dataset, please contact the corresponding authors listed in the referenced paper.
|