deeplearning-wisc / stud

source code for CVPR'22 paper "Unknown-Aware Object Detection: Learning What You Don’t Know from Videos in the Wild"
Apache License 2.0
117 stars 14 forks source link

Can STUD be applied to yolov6 (1-stage detector) rather than 2-stage detector? #18

Closed ChangGiMoon closed 1 year ago

ChangGiMoon commented 1 year ago

Dear authors, Can STUD be applied to yolov6 (1-stage detector) rather than 2-stage detector?

d12306 commented 1 year ago

hi @ChangGiMoon , I think it might be feasible for such extension. since the yolo also has a classification head. There are some differences between them as well, such as the training objectives and the meaning of the objects/anchors. You are encouraged to have a try.