C3D-tensorflow icon indicating copy to clipboard operation
C3D-tensorflow copied to clipboard

problem of train/test list

Open shuangshuangguo opened this issue 7 years ago • 2 comments
trafficstars

Hi, @hx173149 Thank you for sharing the wonderful work! It seems that you don't follow the official splits, you just make the training/testing ratio 3:1. Am I right? Thanks.

shuangshuangguo avatar Mar 03 '18 11:03 shuangshuangguo

it's really does not matter,since all models are trained and tested on standard UCF101 split1 train/test, so you can prepare your own train/test list as the paper says instead of using the list produced by this repository . as what I write in the README: Note: 1.All report results are done specific on UCF101 split1 (train videos:9537,test videos:3783).

LiangXu123 avatar Apr 09 '18 13:04 LiangXu123

So that i understand.... if the split is done in such a way that the TESTING set has horse riding and the TRAINING set does not have, this does not matter ? You need to train horse riding to the model so that you can benchmark it after.... I think the file that does the file splitting lists has an error.

PBRAOS avatar Jan 17 '19 10:01 PBRAOS