Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we use other dataset for training? #10

Open
zhaorui0907 opened this issue Apr 13, 2017 · 5 comments
Open

Can we use other dataset for training? #10

zhaorui0907 opened this issue Apr 13, 2017 · 5 comments

Comments

@zhaorui0907
Copy link

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.

@yclai1114
Copy link

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

@zhaorui0907
Copy link
Author

@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.

@Amysiat
Copy link

Amysiat commented May 27, 2017

@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?

@albertomontesg
Copy link
Collaborator

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.

@govzhz
Copy link

govzhz commented Jul 9, 2017

@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..)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants