Datasets:
Update README.md
Browse filesDeleted pre and train folders.
Cleaned out the folder structures and described them below
README.md
CHANGED
|
@@ -28,37 +28,32 @@ For readability, the directory tree below is shown in a simplified logical form.
|
|
| 28 |
|
| 29 |
```text
|
| 30 |
HSI-SC-NeRF/
|
| 31 |
-
βββ wr/
|
| 32 |
-
βββ raw/
|
| 33 |
-
|
| 34 |
-
β βββ maize/
|
| 35 |
-
β β βββ Oh43x_gt.MOV # iPhone-captured video for spatial validation
|
| 36 |
-
β β βββ Oh43x_SC/ # Raw hyperspectral acquisition data
|
| 37 |
-
β βββ pear/
|
| 38 |
-
βββ processed/ # Preprocessed and NeRF-ready data
|
| 39 |
-
β βββ apple_bruised/
|
| 40 |
-
β β βββ pseudo_rgb/ # Pseudo-RGB images for pose estimation
|
| 41 |
-
β β βββ colmap/ # COLMAP outputs and sparse point clouds
|
| 42 |
-
β β βββ hsi_calibrated/ # Spectrally calibrated hyperspectral data
|
| 43 |
-
β β βββ masks/ # Object masks for fine-tuning
|
| 44 |
-
β βββ maize/
|
| 45 |
-
β βββ pear/
|
| 46 |
-
βββ train/ # Trained NeRF models and checkpoints
|
| 47 |
-
β βββ apple_bruised/
|
| 48 |
-
β β βββ pre-train/ # Pre-trained model checkpoints (`.ckpt`)
|
| 49 |
-
β β βββ fine-tune/ # Fine-tuned model checkpoints (`.ckpt`)
|
| 50 |
-
β β βββ eval_metrics/ # Evaluation metrics for pre-trained and fine-tuned models
|
| 51 |
-
β β βββ eval_maps/ # Per-band RMSE or error maps (`.npy`)
|
| 52 |
-
β βββ maize/
|
| 53 |
-
β βββ pear/
|
| 54 |
-
βββ pcd/ # Final reconstructed hyperspectral point clouds (1M points)
|
| 55 |
-
βββ apple_bruised/
|
| 56 |
-
β βββ pre-train/
|
| 57 |
-
β βββ fine-tune/
|
| 58 |
-
βββ maize/
|
| 59 |
-
βββ pear/
|
| 60 |
```
|
| 61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
## π§ HSI-SC-NeRF Pipeline
|
| 63 |
|
| 64 |
The reconstruction workflow consists of three main stages:
|
|
|
|
| 28 |
|
| 29 |
```text
|
| 30 |
HSI-SC-NeRF/
|
| 31 |
+
βββ wr/
|
| 32 |
+
βββ raw/
|
| 33 |
+
βββ pcd/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
```
|
| 35 |
|
| 36 |
+
## wr/
|
| 37 |
+
|
| 38 |
+
Contains white reference (WR) data used for spectral calibration.
|
| 39 |
+
|
| 40 |
+
## raw/
|
| 41 |
+
|
| 42 |
+
Contains raw acquisition data for three objects:
|
| 43 |
+
|
| 44 |
+
- Apple (bruised)
|
| 45 |
+
- Maize ear
|
| 46 |
+
- Pear
|
| 47 |
+
|
| 48 |
+
For each object, the raw hyperspectral acquisition includes .dat, .hdr, and preview image files. In addition, the maize sample includes an iPhone video for spatial validation:
|
| 49 |
+
|
| 50 |
+
- Oh43x_SC: stationary camera + rotating object (target configuration)
|
| 51 |
+
- Oh43x_gt.MOV: moving camera + stationary object (reference video for spatial validation)
|
| 52 |
+
|
| 53 |
+
## pcd/
|
| 54 |
+
|
| 55 |
+
Contains final exported hyperspectral 3D point clouds with 1 million points per object, generated from the pre-trained and fine-tuned models.
|
| 56 |
+
|
| 57 |
## π§ HSI-SC-NeRF Pipeline
|
| 58 |
|
| 59 |
The reconstruction workflow consists of three main stages:
|