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

Low accuracy without sports1m model #100

Open
jordantrc opened this issue Mar 21, 2019 · 2 comments
Open

Low accuracy without sports1m model #100

jordantrc opened this issue Mar 21, 2019 · 2 comments

Comments

@jordantrc
Copy link

When I train the network from scratch using any of the pre-made training/testing lists from the UCF101 dataset, I get much lower accuracy than advertised on this repository (~25%). I am trying to train from scratch, so I am not loading the Sports1m pre-trained model. I commented-out the tf.transpose operation in the inference_3d function per the documentation.

With the sports1m model, I am able to get about 80% accuracy. If I try to fine-tune from this model, the accuracy actually drops.

I am using a 5 frame per second extract from the UCF 101 videos. I used the shell script included in the repo to produce the frames for the dataset.

Have you seen this issue in the past and do you have any suggestions for improving accuracy?

Thanks!

@JoseponLee
Copy link

I meet the same problem,how did you slove it

@MClarkTurner
Copy link

I'm a collaborator with OP. We were unable to solve this issue and were forced instead to train the model in caffe and then extract the layers into a tensorflow format.
Here are the files for doing so: https://github.com/AssistiveRoboticsUNH/IAD-Generator/tree/master/caffe3d/c3d_code/convert_caffe_to_tf

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

3 participants