frh23333 / mepu-owod

Code Implementation of "Unsupervised Recognition of Unknown Objects for Open-World Object Detection"
25 stars 2 forks source link

Model Migration #3

Open dxjdx opened 1 year ago

dxjdx commented 1 year ago

May I ask if your method can be used on OW-DETR.

frh23333 commented 12 months ago

Our model aims to produce high-quality pseudo-labels for unknown objects, so it can be applied to any object detectors including Deformable-DETR for unknown object recognition. However OW-DETR uses the activation map for pseudo-labeling, so directly integrating our method into OW-DETR is relatively challenging.