awsaf49 commited on
Commit
c5e573b
·
verified ·
1 Parent(s): c1a912e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -14
README.md CHANGED
@@ -1,14 +1,33 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- task_categories:
4
- - voice-activity-detection
5
- - video-classification
6
- tags:
7
- - epic_kitchen
8
- - video
9
- - audio
10
- - epic_kitchens_100
11
- pretty_name: Epic Kichens 100
12
- size_categories:
13
- - n<1K
14
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - voice-activity-detection
5
+ - video-classification
6
+ tags:
7
+ - epic_kitchen
8
+ - video
9
+ - audio
10
+ - epic_kitchens_100
11
+ - dataset
12
+ pretty_name: Epic Kichens 100
13
+ size_categories:
14
+ - n<1K
15
+ ---
16
+
17
+ ## Motivation
18
+ The actual download link is very slow, including the academic torrent. Therefore, to spare fellow community members from this misery, I am uploading the dataset here.
19
+
20
+ ## Source
21
+ You can fnd the original source to download the dataset: https://github.com/epic-kitchens/epic-kitchens-download-scripts
22
+
23
+ ## Citation
24
+ ```bib
25
+ @INPROCEEDINGS{Damen2018EPICKITCHENS,
26
+ title={Scaling Egocentric Vision: The EPIC-KITCHENS Dataset},
27
+ author={Damen, Dima and Doughty, Hazel and Farinella, Giovanni Maria and Fidler, Sanja and
28
+ Furnari, Antonino and Kazakos, Evangelos and Moltisanti, Davide and Munro, Jonathan
29
+ and Perrett, Toby and Price, Will and Wray, Michael},
30
+ booktitle={European Conference on Computer Vision (ECCV)},
31
+ year={2018}
32
+ }
33
+ ```