pat2echo commited on
Commit
7e6126f
·
verified ·
1 Parent(s): 27e6250

Update contact email and label schema in dataset card

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -40,7 +40,7 @@ This dataset contains the raw video recordings, static pose images, and frame/ti
40
  | `test/` | — | Reserved for held-out test recordings |
41
 
42
  Each video has a matching label file under `<split>/labels/`:
43
- - `<video_name>.csv` — <DESCRIBE COLUMNS HERE, e.g. frame_index, timestamp_seconds, posture_label, is_fall>
44
  - `<video_name>_in_minutes.md` — human-readable summary of labelled events with timestamps in minutes:seconds
45
 
46
  Static pose images (113 total) are in `train/pose/`, one image per labelled posture (e.g. `stand.jpg`, `sit.jpg`, `lie.jpg`, `bend.jpg`, `squat.jpg`, `fall.jpg`, plus variants capturing angle, occlusion, and edge cases). `train/pose-1st-iteration/` contains an earlier capture/processing pass of the same 113 poses, kept for provenance.
@@ -85,7 +85,7 @@ Elderly: Dataset [Data set]. University of Essex. https://doi.org/10.5281/zenodo
85
  See `CITATION.cff` for machine-readable citation metadata.
86
 
87
  ## Contact
88
- Patrick O. Ogbuitepu — <CONTACT EMAIL, e.g. po23102@essex.ac.uk or a personal address you're comfortable publishing>
89
 
90
  ## Mirrors and related resources
91
 
 
40
  | `test/` | — | Reserved for held-out test recordings |
41
 
42
  Each video has a matching label file under `<split>/labels/`:
43
+ - `<video_name>.csv` — columns: `start_time`, `end_time` (seconds from video start), `action` (Stand/Sit/Lie and transitions like Stand-Lie), `is_fall` (boolean)
44
  - `<video_name>_in_minutes.md` — human-readable summary of labelled events with timestamps in minutes:seconds
45
 
46
  Static pose images (113 total) are in `train/pose/`, one image per labelled posture (e.g. `stand.jpg`, `sit.jpg`, `lie.jpg`, `bend.jpg`, `squat.jpg`, `fall.jpg`, plus variants capturing angle, occlusion, and edge cases). `train/pose-1st-iteration/` contains an earlier capture/processing pass of the same 113 poses, kept for provenance.
 
85
  See `CITATION.cff` for machine-readable citation metadata.
86
 
87
  ## Contact
88
+ Patrick O. Ogbuitepu — pat2echo@gmail.com
89
 
90
  ## Mirrors and related resources
91