tgxs002 / CORA

A DETR-style framework for open-vocabulary detection (OVD). CVPR 2023
Apache License 2.0
166 stars 14 forks source link

How to define "Require Novel Class" in paper #6

Open eternaldolphin opened 1 year ago

eternaldolphin commented 1 year ago

image VL-PLM and OV-DETR do use pseudo label but why ViLD is classified into "Require Novel Class"? ViLD only uses class agnostic proposals

nhw649 commented 8 months ago

+1

theneotopia commented 6 months ago

OV-DETR indeed use pseudo labels, as you can find in the Section B of OV-DETR's Appendix and their implementations.

We follow the steps of ViLD, pre-training a detector with the base classes to predict object proposals that may cover the novel classes.