guillepintoruiz commited on
Commit
bc3c7c2
·
verified ·
1 Parent(s): 2cbfe42

Use raw URLs for split manifest FileObjects

Browse files

Metadata-only update: use raw Hugging Face URLs for scenes_train.csv and scenes_test.csv in Croissant metadata so checker record generation does not depend on stale git clone caches. Dataset files and benchmark contents are unchanged.

Files changed (1) hide show
  1. ih-depth.croissant.json +2 -8
ih-depth.croissant.json CHANGED
@@ -98,10 +98,7 @@
98
  "@id": "scenes-train-csv",
99
  "name": "scenes_train.csv",
100
  "description": "Scene-level manifest for the 41 training scenes in the frozen benchmark split.",
101
- "containedIn": {
102
- "@id": "hf-repo"
103
- },
104
- "contentUrl": "scenes_train.csv",
105
  "encodingFormat": "text/csv",
106
  "sha256": "1472d6695d5dba81b742bd18653e2f8acc74327a0156a96bc2d68c31d4903ca2"
107
  },
@@ -110,10 +107,7 @@
110
  "@id": "scenes-test-csv",
111
  "name": "scenes_test.csv",
112
  "description": "Scene-level manifest for the 10 test scenes in the frozen benchmark split.",
113
- "containedIn": {
114
- "@id": "hf-repo"
115
- },
116
- "contentUrl": "scenes_test.csv",
117
  "encodingFormat": "text/csv",
118
  "sha256": "5575854fbb434343ccec9224e5fe7c19030859e12439190627f7b87f238f5509"
119
  },
 
98
  "@id": "scenes-train-csv",
99
  "name": "scenes_train.csv",
100
  "description": "Scene-level manifest for the 41 training scenes in the frozen benchmark split.",
101
+ "contentUrl": "https://huggingface.co/datasets/SemilleroCV/ih-depth/raw/main/scenes_train.csv",
 
 
 
102
  "encodingFormat": "text/csv",
103
  "sha256": "1472d6695d5dba81b742bd18653e2f8acc74327a0156a96bc2d68c31d4903ca2"
104
  },
 
107
  "@id": "scenes-test-csv",
108
  "name": "scenes_test.csv",
109
  "description": "Scene-level manifest for the 10 test scenes in the frozen benchmark split.",
110
+ "contentUrl": "https://huggingface.co/datasets/SemilleroCV/ih-depth/raw/main/scenes_test.csv",
 
 
 
111
  "encodingFormat": "text/csv",
112
  "sha256": "5575854fbb434343ccec9224e5fe7c19030859e12439190627f7b87f238f5509"
113
  },