eladb3 / ORViT

"Object-Region Video Transformers”, Herzig et al., CVPR 2022
Apache License 2.0
42 stars 12 forks source link

Detection boxes for something-somethingv2 dataset #5

Closed Jeba-create closed 2 years ago

Jeba-create commented 2 years ago

I have found the detected bounding box for the something somethingv2 dataset here (https://drive.google.com/drive/folders/1XqZC2jIHqrLPugPOVJxCH_YWa275PBrZ). But they are stored in the split of 4 json files namely bounding_box_smthsmth_part1.json bounding_box_smthsmth_part2.json bounding_box_smthsmth_part3.json bounding_box_smthsmth_part4.json Could you please help me are these the files I am required to give in the place of detected boxes?. If it is a different file, could you please provide the link to download the files?

I guess the detection boxes have to be stored according to their filename. Because I got the error as No such file or directory: '../database/something-something/something-something-v2/detected_boxes/74225'

Is there any script to split the detected boxes of each file separately?

Thanks in advance

eladb3 commented 2 years ago

Hi, please check out the instructions here, you can now download these boxes.

Feel free to re-open this issue if you encounter any further issues.