You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: