vanilladucky commited on
Commit
9c6aed3
·
verified ·
1 Parent(s): 2c37477

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -22,7 +22,7 @@ Traditional highlight detection assumes a single, event-centric notion of salien
22
 
23
  - **Event** — event-driven semantic peaks, adopting the replay-based annotations from Mr. HiSum.
24
  - **Emotion** — affective facial moments, annotated via a scalable two-stage automatic pipeline (frame-level facial expression recognition + multimodal LLM verification).
25
- - **Nature** — aesthetic scenic highlights, annotated via scenic localization (person/landscape detection) followed by frame-level aesthetic scoring.
26
 
27
  The three perspectives are intentionally complementary rather than redundant (cross-perspective IoU as low as 0.002–0.052 on Mr. HiSum), enabling structured analysis of heterogeneous highlight patterns beyond the traditional single-perspective paradigm. This repository provides only the precomputed CLIP ViT-B/32 features (and Emotion ground-truth labels) used in the paper's experiments — see the paper for full annotation pipeline details.
28
 
@@ -32,7 +32,7 @@ The three perspectives are intentionally complementary rather than redundant (cr
32
  |---------|-----------------------------|-------------|---------|--------------|
33
  | Emotion | 5-second averaged windows | 512 | float16 | binary highlight labels + segment metadata (separate archive) |
34
  | Event | 1 FPS | 512 | float32 | frame-level replay-saliency scores (separate archive) |
35
- | Nature | 5-second averaged windows | 512 | float16 | frame-level aesthetic scores (separate archive); includes `_aug` augmented variants |
36
 
37
  All features are stored per-clip as individual `.npz` files, packaged into numbered zip shards for download.
38
 
@@ -58,8 +58,8 @@ Feature and ground-truth files share the same filename (e.g. `video_1.npz`) acro
58
 
59
  ### Nature
60
 
61
- - `nature/nature_feat_part_{1..32}.zip` — per-video feature files, each `.npz` with key `features` of shape `(T, 512)`. Files suffixed `_aug` are augmented variants of their base video.
62
- - `nature/nature_gt_part_1.zip` — matching ground-truth files, each `.json` containing a list of per-clip (5-second window) aesthetic saliency scores in `[0, 1]`, aligned with the feature sequence.
63
  - `nature/nature_split.json` — `train_keys` / `val_keys` / `test_keys` (12,763 / 874 / 1,903 clips).
64
 
65
  Feature and ground-truth files share the same base filename (e.g. `--rd0X_LQCo.npz` / `--rd0X_LQCo.json`) across the two archive sets.
 
22
 
23
  - **Event** — event-driven semantic peaks, adopting the replay-based annotations from Mr. HiSum.
24
  - **Emotion** — affective facial moments, annotated via a scalable two-stage automatic pipeline (frame-level facial expression recognition + multimodal LLM verification).
25
+ - **Nature** — aesthetic scenic highlights, annotated via scenic localization (person/landscape detection) followed by frame-level aesthetic scoring. Features are sampled at 1 FPS, same as Event.
26
 
27
  The three perspectives are intentionally complementary rather than redundant (cross-perspective IoU as low as 0.002–0.052 on Mr. HiSum), enabling structured analysis of heterogeneous highlight patterns beyond the traditional single-perspective paradigm. This repository provides only the precomputed CLIP ViT-B/32 features (and Emotion ground-truth labels) used in the paper's experiments — see the paper for full annotation pipeline details.
28
 
 
32
  |---------|-----------------------------|-------------|---------|--------------|
33
  | Emotion | 5-second averaged windows | 512 | float16 | binary highlight labels + segment metadata (separate archive) |
34
  | Event | 1 FPS | 512 | float32 | frame-level replay-saliency scores (separate archive) |
35
+ | Nature | 1 FPS | 512 | float16 | frame-level aesthetic scores (separate archive); includes `_aug` augmented variants |
36
 
37
  All features are stored per-clip as individual `.npz` files, packaged into numbered zip shards for download.
38
 
 
58
 
59
  ### Nature
60
 
61
+ - `nature/nature_feat_part_{1..32}.zip` — per-video feature files, each `.npz` with key `features` of shape `(T, 512)`, sampled at 1 FPS. Files suffixed `_aug` are augmented variants of their base video.
62
+ - `nature/nature_gt_part_1.zip` — matching ground-truth files, each `.json` containing a list of per-frame aesthetic saliency scores in `[0, 1]`, aligned with the feature sequence.
63
  - `nature/nature_split.json` — `train_keys` / `val_keys` / `test_keys` (12,763 / 874 / 1,903 clips).
64
 
65
  Feature and ground-truth files share the same base filename (e.g. `--rd0X_LQCo.npz` / `--rd0X_LQCo.json`) across the two archive sets.