SysCV / cascade-detr

[ICCV'23] Cascade-DETR: Delving into High-Quality Universal Object Detection
https://arxiv.org/abs/2307.11035
Apache License 2.0
95 stars 4 forks source link

Questions about UVO Dataset #8

Open lei12879 opened 10 months ago

lei12879 commented 10 months ago

Great job! I have some questions about the UVO dataset.

Did you directly use the official 'video2frames.py' script from the website to convert videos into images?

Because the paper mentions that the UVO dataset has 15k images, but the official dataset contains 10k videos.

So, I would like to know if only 50 videos were processed. I used the official 'video2frames.py' script to process 50 videos, but the resulting files do not match the annotation file.

Looking forward to your response!