Skip to content

Commit

Permalink
adds uid to segments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoltisanti committed Jul 16, 2022
1 parent 40a1fa3 commit 672c5e5
Show file tree
Hide file tree
Showing 2 changed files with 1,356 additions and 1,355 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ This file annotates segments, i.e. the shorter dance units a sequence is compose
- `dancer`: name of the dancer
- `dancer_id`: numerical ID of the dancer
- `year`: year of the competition/video
- `uid`: unique ID of the segment
## `sequences.csv`
Expand All @@ -143,7 +144,7 @@ The file contains the following columns:
- `dancer`: name of the dancer
- `dancer_id`: numerical ID of the dancer
- `year`: year of the competition/video
- `uid`: the unique ID of the sequence
- `uid`: unique ID of the sequence
Note that there may be gaps between the indicated
start/end times (i.e. missing frames).
Expand All @@ -159,7 +160,7 @@ They contain two columns to uniquely identify a training or testing sequence:
- `video_id`: YouTube video ID
- `seq_idx`: index of the sequence, relative to the video
- `uid`: the unique ID of the sequence
- `uid`: unique ID of the sequence
## `shot_boundaries.json`
Expand Down
Loading

0 comments on commit 672c5e5

Please sign in to comment.