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

About the annotations #3

Closed
yeliudev opened this issue Oct 24, 2021 · 4 comments
Closed

About the annotations #3

yeliudev opened this issue Oct 24, 2021 · 4 comments

Comments

@yeliudev
Copy link

Hi @jayleicn, thanks for your great work! I notice that in the annotation files, as shown below, the duration of a video (126s) does not match the actual duration (810s - 660s = 150s). May I ask that should I crop the original video to 126s before processing in this case?

{
    "qid": 8737, 
    "query": "A family is playing basketball together on a green court outside.", 
    "duration": 126, 
    "vid": "bP5KfdFJzC4_660.0_810.0", 
    "relevant_windows": [[0, 16]],
    "relevant_clip_ids": [0, 1, 2, 3, 4, 5, 6, 7], 
    "saliency_scores": [[4, 1, 1], [4, 1, 1], [4, 2, 1], [4, 3, 2], [4, 3, 2], [4, 3, 3], [4, 3, 3], [4, 3, 2]]
}
@jayleicn
Copy link
Owner

Hi @yeliudev, do you have a stat on how often this happens?

@yeliudev
Copy link
Author

yeliudev commented Oct 24, 2021

Hi @yeliudev, do you have a stat on how often this happens?

213 out of 7218, 39 out of 1550, and 47 out of 1542 annotations are mismatched in train, val, and test splits respectively. All the duration computed from the vids are 150s.

@jayleicn
Copy link
Owner

Thanks! The real processed video length is stated by duration, the timestamps in vid are what I used to segment the original long videos. So you crop them if longer than duration.

@yeliudev
Copy link
Author

I see. Thanks for your help!

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

2 participants