-
Notifications
You must be signed in to change notification settings - Fork 7
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
lvu_durations.csv #5
Comments
These lines of code ViS4mer/extract_features/extract_features_lvu_vit.py Lines 65 to 68 in 2a2442b
suggests that these previews are used in training and evaluation. Could you confirm? Thanks! |
Hi, |
Thanks for your reply! Do the downloaded mp4 videos have outro/preview removed? If not, in the following code, outro/preview seems to be included and the same is being used later in training/evals. ViS4mer/extract_features/extract_features_lvu_vit.py Lines 58 to 68 in 2a2442b
e.g. Consider the video 9NG5mJgw6Yg in writer set with duration = 154s, and the actual video length = 184s. Above code will include frames after 154s containing outro/preview. |
In the above example, could you walk through the above code from your codebase, at i=153? In effect, features[153] contains outro frame 183. So, during LVU evals, frame 183 will be used for this video which is not what you intended. This looks like a bug. The same is true for a lot of videos and frames. |
Hi, |
Thanks! Could you please check and confirm if the reported results in the paper contain outro by any chance in light of the above bug? Context: |
Which task did you try and what performance are you getting? Also, how did you solve the 'NaN' issue? Can you please reply that on the other issue so that other's can benefit from it? |
I've not been able to solve the NaN issue. I'm working on a reimplementation in jax building upon annotated-s4 I've tried all the classification tasks. There is a ~1% gap in relationship, director, writer, speaking including/excluding the outro. |
Hi authors,
How are the durations in lvu_durations.csv computed? The last 20s in most videos show preview for other videos. Does lvu_durations.csv show the number of seconds in the video excluding the preview duration?
Thanks
The text was updated successfully, but these errors were encountered: