Update dataset README
Browse files
README.md
CHANGED
|
@@ -55,6 +55,8 @@ Tracking links observations of the same object through visual change, yet cannot
|
|
| 55 |
|
| 56 |
This repository contains the same `data/` directory as the companion code release. It reproduces retrieval, interval selection, metrics, and statistical calculations without redistributing native video or rerunning the frozen encoder.
|
| 57 |
|
|
|
|
|
|
|
| 58 |
| Group | Contents |
|
| 59 |
| --- | --- |
|
| 60 |
| VOST evaluation | 78 histories, 156 states, 312 descriptions, reference intervals, and frozen features |
|
|
@@ -66,12 +68,14 @@ This repository contains the same `data/` directory as the companion code releas
|
|
| 66 |
|
| 67 |
The dataset contains 288 files under `data/`. `DATA_MANIFEST.json` records the byte size and SHA-256 digest of every one.
|
| 68 |
|
|
|
|
|
|
|
| 69 |
## ⬇️ Download and Verify
|
| 70 |
|
| 71 |
-
With the current Hugging Face CLI,
|
| 72 |
|
| 73 |
```bash
|
| 74 |
-
export DEJA_CUE_DATASET_ID=
|
| 75 |
hf download "$DEJA_CUE_DATASET_ID" --type dataset --local-dir deja-cue-data
|
| 76 |
cd deja-cue-data
|
| 77 |
python verify_data.py
|
|
@@ -86,7 +90,7 @@ from huggingface_hub import snapshot_download
|
|
| 86 |
|
| 87 |
dataset_root = Path(
|
| 88 |
snapshot_download(
|
| 89 |
-
repo_id="
|
| 90 |
repo_type="dataset",
|
| 91 |
local_dir="deja-cue-data",
|
| 92 |
)
|
|
|
|
| 55 |
|
| 56 |
This repository contains the same `data/` directory as the companion code release. It reproduces retrieval, interval selection, metrics, and statistical calculations without redistributing native video or rerunning the frozen encoder.
|
| 57 |
|
| 58 |
+
Dataset page: [HaofanCao/deja-cue-data](https://huggingface.co/datasets/HaofanCao/deja-cue-data)
|
| 59 |
+
|
| 60 |
| Group | Contents |
|
| 61 |
| --- | --- |
|
| 62 |
| VOST evaluation | 78 histories, 156 states, 312 descriptions, reference intervals, and frozen features |
|
|
|
|
| 68 |
|
| 69 |
The dataset contains 288 files under `data/`. `DATA_MANIFEST.json` records the byte size and SHA-256 digest of every one.
|
| 70 |
|
| 71 |
+
The Hub's `n<1K` label describes the number of dataset examples, not storage size. The complete repository occupies about 51.5 MB.
|
| 72 |
+
|
| 73 |
## ⬇️ Download and Verify
|
| 74 |
|
| 75 |
+
The complete dataset is published at `HaofanCao/deja-cue-data`. With the current Hugging Face CLI, download it with:
|
| 76 |
|
| 77 |
```bash
|
| 78 |
+
export DEJA_CUE_DATASET_ID=HaofanCao/deja-cue-data
|
| 79 |
hf download "$DEJA_CUE_DATASET_ID" --type dataset --local-dir deja-cue-data
|
| 80 |
cd deja-cue-data
|
| 81 |
python verify_data.py
|
|
|
|
| 90 |
|
| 91 |
dataset_root = Path(
|
| 92 |
snapshot_download(
|
| 93 |
+
repo_id="HaofanCao/deja-cue-data",
|
| 94 |
repo_type="dataset",
|
| 95 |
local_dir="deja-cue-data",
|
| 96 |
)
|