guillepintoruiz commited on
Commit
f8f5ffe
·
verified ·
1 Parent(s): e0b18c9

Update dataset card release counts

Browse files

Update the dataset card so deferred/excluded counts and train/test split counts match the corrected release manifests. Dataset files are unchanged.

Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -20,7 +20,6 @@ configs:
20
  path: scenes_train.csv
21
  - split: test
22
  path: scenes_test.csv
23
-
24
  ---
25
 
26
  # IH-Depth
@@ -35,8 +34,10 @@ IH-Depth v0 is a curated LWIR/LWHSI-LiDAR benchmark derived from the Invisible H
35
  - License: CC BY 4.0
36
  - Total scenes in frozen manifest: `306`
37
  - Included scenes: `51`
38
- - Deferred scenes: `203`
39
- - Excluded scenes: `52`
 
 
40
  - Canonical included-scene triples: `51`
41
 
42
  ## Files
@@ -44,10 +45,12 @@ IH-Depth v0 is a curated LWIR/LWHSI-LiDAR benchmark derived from the Invisible H
44
  Top-level metadata files:
45
 
46
  - `scenes_manifest.csv`: one row per included scene, with repository-relative paths to the canonical files.
 
 
47
  - `frozen_manifest_included_51.csv`: full frozen-manifest rows for the 51 included scenes.
48
  - `07_frozen_manifest_v0.csv`: frozen release manifest for all 306 candidate scenes.
49
  - `release_summary.json`: machine-readable release counts and metadata-correction scope.
50
- - `ih-depth.croissant.json`: Croissant metadata describing this repository layout.
51
 
52
  Canonical per-scene files:
53
 
@@ -82,10 +85,8 @@ IH-Depth provides sparse LiDAR-projected depth labels, not dense ground-truth de
82
 
83
  ## Provenance
84
 
85
- IH-Depth is derived from the Invisible Headlights dataset and from the registration, filtering, cleanup, and validation pipeline documented by the release manifests. Scene inclusion was frozen in `07_frozen_manifest_v0.csv`.
86
 
87
  ## Responsible Use
88
 
89
  The dataset should not be used as the sole basis for safety-critical autonomous navigation, obstacle avoidance, or deployment decisions. Report the sparse-label nature, off-road scope, registration process, and evaluation protocol when using the dataset.
90
-
91
-
 
20
  path: scenes_train.csv
21
  - split: test
22
  path: scenes_test.csv
 
23
  ---
24
 
25
  # IH-Depth
 
34
  - License: CC BY 4.0
35
  - Total scenes in frozen manifest: `306`
36
  - Included scenes: `51`
37
+ - Deferred scenes: `202`
38
+ - Excluded scenes: `53`
39
+ - Train scenes: `41`
40
+ - Test scenes: `10`
41
  - Canonical included-scene triples: `51`
42
 
43
  ## Files
 
45
  Top-level metadata files:
46
 
47
  - `scenes_manifest.csv`: one row per included scene, with repository-relative paths to the canonical files.
48
+ - `scenes_train.csv`: train split scene manifest used by the Hugging Face dataset viewer.
49
+ - `scenes_test.csv`: test split scene manifest used by the Hugging Face dataset viewer.
50
  - `frozen_manifest_included_51.csv`: full frozen-manifest rows for the 51 included scenes.
51
  - `07_frozen_manifest_v0.csv`: frozen release manifest for all 306 candidate scenes.
52
  - `release_summary.json`: machine-readable release counts and metadata-correction scope.
53
+ - `ih-depth.croissant.json`: Croissant metadata describing this repository layout and RAI metadata.
54
 
55
  Canonical per-scene files:
56
 
 
85
 
86
  ## Provenance
87
 
88
+ IH-Depth is derived from the Invisible Headlights dataset and from the registration, filtering, cleanup, and validation pipeline documented by the release manifests. Scene inclusion was frozen in `07_frozen_manifest_v0.csv` and the benchmark train/test split was frozen in `scenes_train.csv` and `scenes_test.csv`.
89
 
90
  ## Responsible Use
91
 
92
  The dataset should not be used as the sole basis for safety-critical autonomous navigation, obstacle avoidance, or deployment decisions. Report the sparse-label nature, off-road scope, registration process, and evaluation protocol when using the dataset.