tgxs002 / CORA

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

Target AP is higher than Base during training #24

Open wangzishuo029 opened 11 months ago

wangzishuo029 commented 11 months ago

I notice that when training CORA, AP on target class are higher than base class until about 20th epoch. This seems werrd to me. Why is the target AP higher than base AP? Thanks.