File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
class HMDB51 (VisionDataset ):
13
13
"""
14
- `HMDB51 <http ://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/>`_
14
+ `HMDB51 <https ://serre-lab.clps.brown.edu/resource/hmdb-a-large-human-motion-database/>`_
15
15
dataset.
16
16
17
17
HMDB51 is an action recognition video dataset.
@@ -47,9 +47,9 @@ class HMDB51(VisionDataset):
47
47
- label (int): class of the video clip
48
48
"""
49
49
50
- data_url = "http ://serre-lab.clps.brown.edu/wp-content/uploads/2013/10/hmdb51_org.rar"
50
+ data_url = "https ://serre-lab.clps.brown.edu/wp-content/uploads/2013/10/hmdb51_org.rar"
51
51
splits = {
52
- "url" : "http ://serre-lab.clps.brown.edu/wp-content/uploads/2013/10/test_train_splits.rar" ,
52
+ "url" : "https ://serre-lab.clps.brown.edu/wp-content/uploads/2013/10/test_train_splits.rar" ,
53
53
"md5" : "15e67781e70dcfbdce2d7dbb9b3344b5" ,
54
54
}
55
55
TRAIN_TAG = 1
You can’t perform that action at this time.
0 commit comments