You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains pre-made annotation files to use the [EPIC-KITCHENS-100](https://epic-kitchens.github.io/2021) dataset with this
3
-
repository's VideoFrameDataset dataloader. The two `.txt` files in this directory are the training and validation annotation files that you can use for EPIC-KITCHENS-100 with VideoFrameDataset. That's it! Reading `(1) Dataset Overview` below can also help you understand the EPIC-KITCHENS-100 files.
1
+
# Using Epic Kitchens 100
2
+
This directory contains pre-made annotation files to use the [Epic Kitchens 100](https://epic-kitchens.github.io/2021) dataset with this
3
+
repository's VideoFrameDataset dataloader. The two `.txt` files in this directory are the training and validation annotation files that you can use for EPIC-Epic Kitchens 100 with VideoFrameDataset. That's it! Reading `(1) Dataset Overview` below can also help you understand the Epic Kitchens 100 files.
4
4
5
5
If you need/want to recreate these processed annotation files yourself, read the rest of this README below.
6
6
7
7
### 1. Dataset Overview
8
-
When you download the EPIC-KITCHENS-100 dataset, it comes in the following format:
8
+
When you download the Epic Kitchens 100 dataset, it comes in the following format:
9
9
- A folder containing jpeg RGB frames for each video
10
10
- A `.csv` file for the training annotations and the validation annotations
11
11
12
-
To use VideoFrameDataset with EPIC-KITCHENS-100, we need to
12
+
To use VideoFrameDataset with Epic Kitchens 100, we need to
13
13
1. Turn the `.csv` file into an `annotations.txt` file, as described in the main README of this repository.
14
14
15
15
### 2. Processing
@@ -20,6 +20,6 @@ annotations.
20
20
21
21
### 3. Done
22
22
That's it! You now have all you need to use VideoFrameDataset and start training
23
-
on EPIC-KITCHENS-100:
23
+
on Epic Kitchens 100:
24
24
- two annotation text files
25
25
- a folder called `RGB` that contains the frames of all videos
0 commit comments