JosephKJ / OWOD

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

How to predict labels of known classes ? #54

Closed zhongxiangzju closed 3 years ago

zhongxiangzju commented 3 years ago

Energy Based Unknown Identifier can identify known and unknown classes, but how to decide label of each class belonging to known?

JosephKJ commented 3 years ago

If a region proposal has higher likelihood to come from the known Weibull distribution, then we rely on the RoI head classifier's output to classify the proposal into one of the known category.

Hope this clarifies, please reopen this issue if not. Thank you.