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

About the ood results #6

Closed HopeFinder closed 2 years ago

HopeFinder commented 2 years ago

I have trained this model by STUD on ResNet (BDD as ID data) and follow your process. When I evalutate with the ood Dataset and visualize it by the cfg option '--visualize', the result pictures don't contain any "ood" labels. Could you tell me why? Thanks a lot.

d12306 commented 2 years ago

hi @HopeFinder , please follow this issue https://github.com/deeplearning-wisc/stud/issues/5 and change the threshold and then visualize the results.

HopeFinder commented 2 years ago

hi @HopeFinder , please follow this issue #5 and change the threshold and then visualize the results.

Hello! I have followed your reply in issue #5 and uncomment that two line in src/engine/myvisualizer.py. However this problem is still not solved. It looks like that there are not any instances detected as ood instances.

d12306 commented 2 years ago

Hi, @HopeFinder , do you happen to change the threshold as what is discussed in issue 5?

HopeFinder commented 2 years ago

Hi, @HopeFinder , do you happen to change the threshold as what is discussed in issue 5?

Hi, @d12306 , this problem has been solved by issue 4.Thank you all the same.