activitynet-2016-cvprw icon indicating copy to clipboard operation
activitynet-2016-cvprw copied to clipboard

Can we use other dataset for training?

Open zhaorui0907 opened this issue 7 years ago • 5 comments

The Youtube dataset is too big.I want to know if I can use other dataset such as UCF101 for training? I have test your trained model on UCF101,but the result is not good.

zhaorui0907 avatar Apr 13 '17 11:04 zhaorui0907

Hi, may i ask how you train on other dataset as i get error when running train.py

yclai1114 avatar Apr 19 '17 07:04 yclai1114

@yclai1114 hi,I didn't train.I don't how to train on other dataset either.But I find that if we want to train,we need a file in dataset/video.jon for our dataset.I don't know how to get it.

zhaorui0907 avatar Apr 19 '17 12:04 zhaorui0907

@zhaorui0907 I would also like to use my own data set to train the network, but do not know how to do it, do you solve this problem?

Amysiat avatar May 27 '17 02:05 Amysiat

To train your own datasets it would be necessary to dig into the code and overwrite the functions which read the videos in the first place to read the videos at the location and the format of your own dataset. The important thing to take into account is the dataset information which all the code is adapt to the ActivityNet dataset (in a json file) but for other datasets can be different.

albertomontesg avatar Jun 20 '17 06:06 albertomontesg

@albertomontesg I want to train on gestures dataset, but extract the features from the C3D Network need a c3d_sports_weights, Do I need to train a gesture c3d model first? How can I do that? thx. (I use c3d_sports_weights to train can only get 17% acc in validation set..)

govzhz avatar Jul 09 '17 12:07 govzhz