mmaaz60 / mvits_for_class_agnostic_od

[ECCV'22] Official repository of paper titled "Class-agnostic Object Detection with Multi-modal Transformer".
MIT License
299 stars 25 forks source link

Confusion about the number of ORE test dataset #25

Closed dengyuhai closed 1 year ago

dengyuhai commented 1 year ago

Hi @mmaaz60

Thanks for your great work!

I found that the number of test dataset is 9119 in your log.txt file for ORE test procedures. 2A_BIK88TI1A%FWTJMRBV{H

But in the current ORE repository, the number of test dataset is 10246. S8 N7M6ESMF0~RCVD_WCXIS

Could you please provide me with your ORE test dataset division? Thanks again!

mmaaz60 commented 1 year ago

Hi @Dyuhai,

Thank You for your interest in our work. While experimenting with ORE, we found that there are some duplicate images in the provided all_task_test.txt. After removing the duplicates, the remaining images count to 9119 only.

I am attaching the updated all_task_test.t [all_task_test_duplicates_removed.txt](https://github.com/mmaaz60/mvits_for_class_agnostic_od/files/11068599/all_task_test_duplicates_removed.txt) xt file along with the sample code to remove the duplicates for your reference. I hope it will help.

all_task_test.zip

dengyuhai commented 1 year ago

Ok, I see. Many thanks for your prompt reply.