JosephKJ / OWOD

(CVPR 2021 Oral) Open World Object Detection
https://josephkj.in
Apache License 2.0
1.03k stars 155 forks source link

Regarding the issue of unknown targets in the validation and test tasks. #128

Open lzylzylzy123456 opened 12 months ago

lzylzylzy123456 commented 12 months ago

In each test task and val task, how do you determine the number of unknown targets? Is this target not pre-labeled? Do you also use the unknown annotated RPN during the training process? If so, how do you know if these unknown targets actually exist? If not, how do you identify the unknown targets in the test task and the val task?