Datasets:

Modalities:
Image
ArXiv:
Libraries:
Datasets
License:
BGLab commited on
Commit
6c5aef5
Β·
verified Β·
1 Parent(s): 9e26c60

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -57,16 +57,19 @@ HSI-SC-NeRF/
57
  β”‚ └── fine-tune/
58
  β”œβ”€β”€ maize/
59
  └── pear/
 
60
 
61
  ## 🧠 HSI-SC-NeRF Pipeline
62
 
63
  The reconstruction workflow consists of three main stages:
64
 
65
- **1. Dataset Acquisition**
66
  Experimental setup and multi-view hyperspectral image collection using a stationary camera and a rotating object.
67
- **2. Data Preprocessing**
 
68
  White-reference spectral calibration, pseudo-RGB generation, and COLMAP-based pose estimation.
69
- **3. NeRF-Based Hyperspectral Point Cloud Reconstruction**
 
70
  Multi-channel hyperspectral NeRF training, hyperspectral point cloud generation, and refinement.
71
 
72
  This pipeline produces final 3D hyperspectral point clouds that support downstream spatial and spectral analysis.
@@ -87,10 +90,10 @@ This pipeline produces final 3D hyperspectral point clouds that support downstre
87
  ## πŸ”– Citation
88
  If you use this dataset in your work, please cite:
89
 
90
- @article{ku2026hyperstationarynerf,
91
- title = {HSI-SC-NeRF: NeRF-based Hyperspectral 3D Reconstruction using a Stationary Camera for Agricultural Applications},
92
- author = {Kibon Ku, Talukder Z. Jubery, Adarsh Krishnamurthy, Baskar Ganapathysubramanian},
93
- year = {2026},
94
- journal = {arXiv preprint arXiv:2602.16950}
95
  }
96
 
 
57
  β”‚ └── fine-tune/
58
  β”œβ”€β”€ maize/
59
  └── pear/
60
+ ```
61
 
62
  ## 🧠 HSI-SC-NeRF Pipeline
63
 
64
  The reconstruction workflow consists of three main stages:
65
 
66
+ 1. Dataset Acquisition
67
  Experimental setup and multi-view hyperspectral image collection using a stationary camera and a rotating object.
68
+
69
+ 2. Data Preprocessing
70
  White-reference spectral calibration, pseudo-RGB generation, and COLMAP-based pose estimation.
71
+
72
+ 3. NeRF-Based Hyperspectral Point Cloud Reconstruction
73
  Multi-channel hyperspectral NeRF training, hyperspectral point cloud generation, and refinement.
74
 
75
  This pipeline produces final 3D hyperspectral point clouds that support downstream spatial and spectral analysis.
 
90
  ## πŸ”– Citation
91
  If you use this dataset in your work, please cite:
92
 
93
+ @article{ku2026hyperstationarynerf,\
94
+ title = {HSI-SC-NeRF: NeRF-based Hyperspectral 3D Reconstruction using a Stationary Camera for Agricultural Applications},\
95
+ author = {Kibon Ku, Talukder Z. Jubery, Adarsh Krishnamurthy, Baskar Ganapathysubramanian},\
96
+ year = {2026},\
97
+ journal = {arXiv preprint arXiv:2602.16950}\
98
  }
99