google-deepmind / perception_test

Apache License 2.0
185 stars 15 forks source link

A question about Grounded videoQA submission #5

Closed zhl98 closed 1 year ago

zhl98 commented 1 year ago

Hello,

I saw that other issues mentioned the need to submit predictions for all frames during the testing phase. However, I encountered an error after submitting it. Can you help me solve it?

image
ptchallenge-workshop commented 1 year ago

Hi,

This was due to a bug in the code that we have now fixed. Sorry for the confusion, as the challenge states for any object track please submit for all frames in the video where the object is tracked.

It's OK if there are frames missing due to occlusion etc, as long as the number of frame IDs matches the number of bounding boxes for a given track.

zhl98 commented 1 year ago

Ok. Thank you.