Skip to content

Commit 0e1aa60

Browse files
authored
Update README.md
1 parent 468dada commit 0e1aa60

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

EpicKitchens100/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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-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.
44

55
If you need/want to recreate these processed annotation files yourself, read the rest of this README below.
66

77
### 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:
99
- A folder containing jpeg RGB frames for each video
1010
- A `.csv` file for the training annotations and the validation annotations
1111

12-
To use VideoFrameDataset with EPIC-KITCHENS-100, we need to
12+
To use VideoFrameDataset with Epic Kitchens 100, we need to
1313
1. Turn the `.csv` file into an `annotations.txt` file, as described in the main README of this repository.
1414

1515
### 2. Processing
@@ -20,6 +20,6 @@ annotations.
2020

2121
### 3. Done
2222
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:
2424
- two annotation text files
2525
- a folder called `RGB` that contains the frames of all videos

0 commit comments

Comments
 (0)