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

dataset: Add threading and fix color_aug #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jiarongqiu
Copy link

I add threading method to enhance segments loading. Also, I fix and apply color_aug function only in training phase.

In my evaluation, the after 100 epochs training the I-frame+ResNet152 reach 86.6% accuracy in UCF-101 and the time consumption is 1.55 sec/video.
After using the abovementioned changes and change test crops to 1, the accuracy drops a little bit to 85.2% and gain 30x efficiency that reaches 0.05 sec/video.

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

Successfully merging this pull request may close these issues.

None yet

2 participants