Skip to content

Commit

Permalink
Add video info csv (#5)
Browse files Browse the repository at this point in the history
* Add video info csv

* [skip ci] Generate README files and add metadata to pickles from 63f4aee

* [skip ci] Generate README files and add metadata to pickles from 9a0d870

Co-authored-by: CircleCI <[email protected]>
Co-authored-by: Michael Wray <[email protected]>
  • Loading branch information
3 people authored Aug 25, 2020
1 parent 62bba6e commit 6c92b84
Show file tree
Hide file tree
Showing 17 changed files with 752 additions and 0 deletions.
Binary file modified EPIC_100_test_timestamps.pkl
Binary file not shown.
Binary file modified EPIC_100_train.pkl
Binary file not shown.
Binary file modified EPIC_100_validation.pkl
Binary file not shown.
701 changes: 701 additions & 0 deletions EPIC_100_video_info.csv

Large diffs are not rendered by default.

39 changes: 39 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ <h3 id="additional-files">Additional Files</h3>
<li><a href="EPIC_100_unseen_participant_ids_validation.csv"><code>EPIC_100_unseen_participant_ids_validation.csv</code></a> (<a href="#epic_100_unseen_participant_idscsv">info</a>)</li>
<li><a href="EPIC_100_tail_verbs.csv"><code>EPIC_100_tail_verbs.csv</code></a> (<a href="#epic_100_tail_verbscsv">info</a>)</li>
<li><a href="EPIC_100_tail_nouns.csv"><code>EPIC_100_tail_nouns.csv</code></a> (<a href="#epic_100_tail_nounscsv">info</a>)</li>
<li><a href="EPIC_100_video_info.csv"><code>EPIC_100_video_info.csv</code></a> (<a href="#epic_100_video_infocsv">info</a>)</li>
</ul>
<p><a href="#index">back to top</a></p>
<h2 id="file-structure">File Structure</h2>
Expand Down Expand Up @@ -1522,6 +1523,44 @@ <h4 id="epic_100_tail_nouns.csv">EPIC_100_tail_nouns.csv</h4>
</tr>
</tbody>
</table>
<h4 id="epic_100_video_info.csv">EPIC_100_video_info.csv</h4>
<p>This CSV file contains information about each video in the dataset.</p>
<table>
<thead>
<tr class="header">
<th>Column Name</th>
<th>Type</th>
<th>Example</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td><code>video_id</code></td>
<td>str</td>
<td><code>P01_01</code></td>
<td>ID of the video.</td>
</tr>
<tr class="even">
<td><code>duration</code></td>
<td>float</td>
<td><code>201.134</code></td>
<td>Duration of the video in seconds.</td>
</tr>
<tr class="odd">
<td><code>fps</code></td>
<td>float</td>
<td><code>50.0</code></td>
<td>FPS of the video.</td>
</tr>
<tr class="even">
<td><code>resolution</code></td>
<td>str</td>
<td><code>1920x1080</code></td>
<td>Resolution of the video <code>width x height</code>.</td>
</tr>
</tbody>
</table>
<p><a href="#important-files">Back to Important Files</a></p>
<p><a href="#index">back to top</a></p>
<h2 id="additional-information">Additional Information</h2>
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ We provide html and pdf alternatives to this README which are auto-generated.
* [`EPIC_100_unseen_participant_ids_validation.csv`](EPIC_100_unseen_participant_ids_validation.csv) ([info](#epic_100_unseen_participant_idscsv))
* [`EPIC_100_tail_verbs.csv`](EPIC_100_tail_verbs.csv) ([info](#epic_100_tail_verbscsv))
* [`EPIC_100_tail_nouns.csv`](EPIC_100_tail_nouns.csv) ([info](#epic_100_tail_nounscsv))
* [`EPIC_100_video_info.csv`](EPIC_100_video_info.csv) ([info](#epic_100_video_infocsv))

[back to top](#index)

Expand Down Expand Up @@ -572,6 +573,17 @@ These are the set of smallest classes (i.e. those with fewest instances) that ac
| --------------------- | ------ | -------------- | ----------------------------------------------------------------------------- |
| `noun` | int | `56` | Numeric ID representing the noun class. |

#### EPIC_100_video_info.csv

This CSV file contains information about each video in the dataset.

| Column Name | Type | Example | Description |
| --------------------- | ------ | -------------- | ----------------------------------------------------------------------------- |
| `video_id` | str | `P01_01` | ID of the video. |
| `duration` | float | `201.134` | Duration of the video in seconds. |
| `fps` | float | `50.0` | FPS of the video. |
| `resolution` | str | `1920x1080` | Resolution of the video `width x height`. |

[Back to Important Files](#important-files)

[back to top](#index)
Expand Down
Binary file modified README.pdf
Binary file not shown.
Binary file modified UDA_annotations/EPIC_100_uda_source_test_timestamps.pkl
Binary file not shown.
Binary file modified UDA_annotations/EPIC_100_uda_source_train.pkl
Binary file not shown.
Binary file modified UDA_annotations/EPIC_100_uda_source_val.pkl
Binary file not shown.
Binary file modified UDA_annotations/EPIC_100_uda_target_test_timestamps.pkl
Binary file not shown.
Binary file modified UDA_annotations/EPIC_100_uda_target_train_timestamps.pkl
Binary file not shown.
Binary file modified UDA_annotations/EPIC_100_uda_target_val.pkl
Binary file not shown.
Binary file modified retrieval_annotations/EPIC_100_retrieval_test.pkl
Binary file not shown.
Binary file modified retrieval_annotations/EPIC_100_retrieval_test_sentence.pkl
Binary file not shown.
Binary file modified retrieval_annotations/EPIC_100_retrieval_train.pkl
Binary file not shown.
Binary file modified retrieval_annotations/EPIC_100_retrieval_train_sentence.pkl
Binary file not shown.

0 comments on commit 6c92b84

Please sign in to comment.