tserre commited on
Commit
1f1e6df
·
verified ·
1 Parent(s): 1a6ffe7

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - video-classification
5
+ tags:
6
+ - action-recognition
7
+ - video
8
+ - computer-vision
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+
13
+ # HMDB51: A Large Video Database for Human Motion Recognition
14
+
15
+ **Official dataset release by Serre Lab, Brown University.**
16
+
17
+ HMDB51 contains **6,849** short video clips across **51 action categories**, compiled from movies and web videos to capture diverse viewpoints, camera motion, and visual conditions.
18
+
19
+ ## Files
20
+
21
+ - **hmdb51_org.rar** — Original unstabilized videos (~2 GB), 51 classes, 6,849 clips
22
+ - **hmdb51_sta.rar** — Stabilized version with geometric frame alignment
23
+ - **test_train_splits.rar** — Predefined train/test splits (3 lists) for standard evaluation
24
+
25
+ ## Citation
26
+
27
+ ```bibtex
28
+ @inproceedings{kuehne2011hmdb,
29
+ title={HMDB: A Large Video Database for Human Motion Recognition},
30
+ author={Kuehne, Hilde and Jhuang, Hueihan and Garrote, Est{\'\i}baliz and Poggio, Tomaso and Serre, Thomas},
31
+ booktitle={ICCV},
32
+ year={2011}
33
+ }
34
+ ```
35
+
36
+ ## Links
37
+
38
+ - [Official website](https://serre.lab.brown.edu/hmdb51.html)
39
+ - [Torchvision: datasets.HMDB51](https://docs.pytorch.org/vision/main/generated/torchvision.datasets.HMDB51.html)