yjxiong / temporal-segment-networks

Code & Models for Temporal Segment Networks (TSN) in ECCV 2016
BSD 2-Clause "Simplified" License
1.53k stars 478 forks source link

Split of train/val/test datasets of HMDB51 and UCF101 #177

Closed propaganda12 closed 6 years ago

propaganda12 commented 6 years ago

The HMDB51 has 51 classes, and 100 videos are selected for training(70/100 videos) and testing(30/100 videos) of each class, but how to split the training dataset into train and val is not mentioned. Could you tell your split policy of train/val/test datasets for HMDB51 and UCF101.

rocksyne commented 6 years ago

According to abursuc from Github The splits correspond to the ones defined by the authors of the UCF 101 dataset. Basically the dataset is split into train and test data three times. The dataset is not so big and this is just a manner to try to see how the models trained on it generalize to various types of the data. You should find out more about it on the UCF 101 web page http://crcv.ucf.edu/data/UCF101.php

The Train/Test Splits for Action Recognition on UCF101 data set can be downloaded by clicking here.

The Train/Test Splits for Action Detection on UCF101 data set can be downloaded by clicking here.

I hope this helps. If you find the one for HMDB51 please share with me via rockksyne@gmail.com.