Skip to content

Commit

Permalink
[skip ci] Generate README files from eef37ca
Browse files Browse the repository at this point in the history
  • Loading branch information
Circleci committed Jul 26, 2018
1 parent eef37ca commit 89f24e3
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 0 deletions.
101 changes: 101 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ <h3 id="important-files">Important Files</h3>
<li><a href="#license"><code>license.txt</code></a></li>
<li><a href="EPIC_train_action_labels.csv"><code>EPIC_train_action_labels.csv</code></a> (<a href="#epic_train_action_labelscsv">Info</a>).</li>
<li><a href="EPIC_train_action_labels.pkl"><code>EPIC_train_action_labels.pkl</code></a> (<a href="#epic_train_action_labelscsv">Info</a>).</li>
<li><a href="EPIC_train_invalid_labels.csv"><code>EPIC_train_invalid_labels.csv</code></a> (<a href="#epic_train_invalid_labelscsv">Info</a>).</li>
<li><a href="EPIC_train_invalid_labels.pkl"><code>EPIC_train_invalid_labels.pkl</code></a> (<a href="#epic_train_invalid_labelscsv">Info</a>).</li>
<li><a href="EPIC_train_action_narrations.csv"><code>EPIC_train_action_narrations.csv</code></a> (<a href="#epic_train_action_narrationscsv">Info</a>).</li>
<li><a href="EPIC_train_object_labels.csv"><code>EPIC_train_object_labels.csv</code></a> (<a href="#epic_train_object_labelscsv">Info</a>).</li>
<li><a href="EPIC_test_s1_timestamps.csv"><code>EPIC_test_s1_timestamps.csv</code></a> (<a href="#epic_test_s1_timestampscsv">Info</a>).</li>
Expand Down Expand Up @@ -171,6 +173,105 @@ <h3 id="epic_train_action_labels.csv">EPIC_train_action_labels.csv</h3>
</tbody>
</table>
<p>Please note we have included a python pickle file for ease of use. This includes a pandas dataframe with the same layout as above.</p>
<h3 id="epic_train_invalid_labels.csv">EPIC_train_invalid_labels.csv</h3>
<p>CSV file containing 14 columns:</p>
<table>
<thead>
<tr class="header">
<th align="left">Column Name</th>
<th align="left">Type</th>
<th align="left">Example</th>
<th align="left">Description</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td align="left"><code>uid</code></td>
<td align="left">int</td>
<td align="left"><code>6374</code></td>
<td align="left">Unique ID of the segment.</td>
</tr>
<tr class="even">
<td align="left"><code>video_id</code></td>
<td align="left">string</td>
<td align="left"><code>P03_01</code></td>
<td align="left">Video the segment is in.</td>
</tr>
<tr class="odd">
<td align="left"><code>narration</code></td>
<td align="left">string</td>
<td align="left"><code>close fridge</code></td>
<td align="left">English description of the action provided by the participant.</td>
</tr>
<tr class="even">
<td align="left"><code>start_timestamp</code></td>
<td align="left">string</td>
<td align="left"><code>00:23:43.847</code></td>
<td align="left">Start time in <code>HH:mm:ss.SSS</code> of the action.</td>
</tr>
<tr class="odd">
<td align="left"><code>stop_timestamp</code></td>
<td align="left">string</td>
<td align="left"><code>00:23:47.212</code></td>
<td align="left">End time in <code>HH:mm:ss.SSS</code> of the action.</td>
</tr>
<tr class="even">
<td align="left"><code>start_frame</code></td>
<td align="left">int</td>
<td align="left"><code>85430</code></td>
<td align="left">Start frame of the action (WARNING only for frames extracted as detailed in <a href="#video-information">Video Information</a>).</td>
</tr>
<tr class="odd">
<td align="left"><code>stop_frame</code></td>
<td align="left">int</td>
<td align="left"><code>85643</code></td>
<td align="left">End frame of the action (WARNING only for frames extracted as detailed in <a href="#video-information">Video Information</a>).</td>
</tr>
<tr class="even">
<td align="left"><code>participant_id</code></td>
<td align="left">string</td>
<td align="left"><code>P03</code></td>
<td align="left">ID of the participant.</td>
</tr>
<tr class="odd">
<td align="left"><code>verb</code></td>
<td align="left">string</td>
<td align="left"><code>close</code></td>
<td align="left">Parsed verb from the narration.</td>
</tr>
<tr class="even">
<td align="left"><code>noun</code></td>
<td align="left">string</td>
<td align="left"><code>fridge</code></td>
<td align="left">First parsed noun from the narration.</td>
</tr>
<tr class="odd">
<td align="left"><code>verb_class</code></td>
<td align="left">int</td>
<td align="left"><code>3</code></td>
<td align="left">Numeric ID of the parsed verb's class.</td>
</tr>
<tr class="even">
<td align="left"><code>noun_class</code></td>
<td align="left">int</td>
<td align="left"><code>10</code></td>
<td align="left">Numeric ID of the parsed noun's class.</td>
</tr>
<tr class="odd">
<td align="left"><code>all_nouns</code></td>
<td align="left">list of string (1 or more)</td>
<td align="left"><code>['fridge']</code></td>
<td align="left">List of all parsed nouns from the narration.</td>
</tr>
<tr class="even">
<td align="left"><code>all_nouns_class</code></td>
<td align="left">list of int (1 or more)</td>
<td align="left"><code>[10]</code></td>
<td align="left">List of numeric IDs corresponding to all of the parsed nouns' classes from the narration.</td>
</tr>
</tbody>
</table>
<p>Please note we have included a python pickle file for ease of use. This includes a pandas dataframe with the same layout as above.</p>
<h3 id="epic_train_action_narrations.csv">EPIC_train_action_narrations.csv</h3>
<p>CSV file containing 5 columns:</p>
<p><em>Note: The start/end timestamp refers to the start/end time of the narration, not the action itself.</em></p>
Expand Down
Binary file modified README.pdf
Binary file not shown.

0 comments on commit 89f24e3

Please sign in to comment.