-
Notifications
You must be signed in to change notification settings - Fork 97
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
Could you tell me the kinetics's details in accuracy of you project #3
Comments
I haven't evaluated the pre-trained models on Kinetics. The feature extraction relies on the original pre-trained checkpoints. Therefore, the quality should be the same as of the original models. In case of R(2+1)D RGB-only, it should match the reported one in here. One thing, however, it would be difficult to obtain the same quality of features for I3D because in the original paper, the model uses TVL1 algorithm for optical flow frame calculation. In this repo, there are two faster options to calculate the optical flow: PWC and RAFT. I would be nice if someone could evaluate the quality of the methods from this repo by training the classification layer, esp I3D with different flow extractors. |
By the way, another option on how to evaluate the performance would be to use |
Thank you for your answer, I tried to use TV-L1, RAFT, PWC, the sample v_CricketShot_g04_c01.mp4 provided at https://github.com/deepmind/kinetics-i3d, using the same processing method, I found only TV-L1 Which category can be accurately distinguished, the official i3d uses TV-L1, other optical flow distributions are different, the effect is not good as it should be |
Can you provide a code snippet? I am afraid, I have a hard time understanding what you mean. |
@Violetgyw Please share which repo you used for I3D with TV-L1? |
No description provided.
The text was updated successfully, but these errors were encountered: