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

Some problem about your paper and code #8

Closed HopeFinder closed 2 years ago

HopeFinder commented 2 years ago

Hello ! Your work for ood detection is wonderful ! But I notice that you don't mention how you get a ood counter-part of an id object in your paper. Could you please tell me how you distill an ood object in your code? Thanks !

d12306 commented 2 years ago

hi, @HopeFinder , thanks for your interest in our work!

please see in section 3.1 of the main paper to get a sense of the method. for code, please see https://github.com/deeplearning-wisc/stud/blob/main/src/modeling/self_supervised/cycle_energy_direct_add_all.py for details.

HopeFinder commented 2 years ago

hi, @HopeFinder , thanks for your interest in our work!

please see in section 3.1 of the main paper to get a sense of the method. for code, please see https://github.com/deeplearning-wisc/stud/blob/main/src/modeling/self_supervised/cycle_energy_direct_add_all.py for details.

By reading your paper and code carefully, I know the answer. Thank you !