diff --git a/EPIC_100_test_timestamps.pkl b/EPIC_100_test_timestamps.pkl index c69952b..c4e6ce4 100644 Binary files a/EPIC_100_test_timestamps.pkl and b/EPIC_100_test_timestamps.pkl differ diff --git a/EPIC_100_train.pkl b/EPIC_100_train.pkl index af73fe1..3bed8d1 100644 Binary files a/EPIC_100_train.pkl and b/EPIC_100_train.pkl differ diff --git a/EPIC_100_validation.pkl b/EPIC_100_validation.pkl index 441577a..16bc038 100644 Binary files a/EPIC_100_validation.pkl and b/EPIC_100_validation.pkl differ diff --git a/README.html b/README.html index 1f46371..0d0c0f5 100644 --- a/README.html +++ b/README.html @@ -49,6 +49,7 @@

Dataset Details

We provide csv files for the train/val/test sets of each benchmark detailed below for ease of use, see Important Files for more information.

Ground truth is provided for action segments as action/verb/noun labels along with the start and end times of the segment.

+

We also provide automatic annotations in the form of object masks and hand/object BBoxes. See automatic annotations for more details.

back to top

Quick Start

Here you can download the annotation files for all of the challenges. For more information on each challenge, please see the paper here. A download script is provided for the videos, RGB Frames and Flow frames here.

@@ -1201,6 +1202,10 @@

File Downloads

If you wish to download the whole dataset, the following command can be run:

python epic_downloader.py

See the README for more information.

+

Automatic Annotations Download

+

We also provide automatic annotations in the form of object masks extracted through the use of MaskRCNN and hand-object BBoxes from ddshan/Hand_Object_Detector (CVPR 2020).

+

The masks can be downloaded from data.bris and a supporting library is available from this repo.

+

The hand-object bboxes can be downloaded from data.bris and a supporting library is available from this repo.

Differences to EPIC-Kitchen-55

Updated Annotations

Whilst videos from EPIC-KITCHENS-55 are used within EPIC-KITCHENS-100 some of the annotations have been modified to improve the quality of the annotations. Additionally, with EPIC-KITCHENS-100, the verb/noun classes have been updated to cover the annotations from the new videos. Because of this, the annotations from EPIC-KITCHENS-55 cannot be used for EPIC-KITCHENS-100.

diff --git a/README.pdf b/README.pdf index 9f8f164..15de4ac 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/UDA_annotations/EPIC_100_uda_source_test_timestamps.pkl b/UDA_annotations/EPIC_100_uda_source_test_timestamps.pkl index 53141a2..183b222 100644 Binary files a/UDA_annotations/EPIC_100_uda_source_test_timestamps.pkl and b/UDA_annotations/EPIC_100_uda_source_test_timestamps.pkl differ diff --git a/UDA_annotations/EPIC_100_uda_source_train.pkl b/UDA_annotations/EPIC_100_uda_source_train.pkl index 1730a2e..66369c6 100644 Binary files a/UDA_annotations/EPIC_100_uda_source_train.pkl and b/UDA_annotations/EPIC_100_uda_source_train.pkl differ diff --git a/UDA_annotations/EPIC_100_uda_target_test_timestamps.pkl b/UDA_annotations/EPIC_100_uda_target_test_timestamps.pkl index 395d2c7..23788f8 100644 Binary files a/UDA_annotations/EPIC_100_uda_target_test_timestamps.pkl and b/UDA_annotations/EPIC_100_uda_target_test_timestamps.pkl differ diff --git a/UDA_annotations/EPIC_100_uda_target_train_timestamps.pkl b/UDA_annotations/EPIC_100_uda_target_train_timestamps.pkl index c36921e..db69b22 100644 Binary files a/UDA_annotations/EPIC_100_uda_target_train_timestamps.pkl and b/UDA_annotations/EPIC_100_uda_target_train_timestamps.pkl differ diff --git a/retrieval_annotations/EPIC_100_retrieval_test.pkl b/retrieval_annotations/EPIC_100_retrieval_test.pkl index 441577a..16bc038 100644 Binary files a/retrieval_annotations/EPIC_100_retrieval_test.pkl and b/retrieval_annotations/EPIC_100_retrieval_test.pkl differ diff --git a/retrieval_annotations/EPIC_100_retrieval_train.pkl b/retrieval_annotations/EPIC_100_retrieval_train.pkl index af73fe1..3bed8d1 100644 Binary files a/retrieval_annotations/EPIC_100_retrieval_train.pkl and b/retrieval_annotations/EPIC_100_retrieval_train.pkl differ