akshitac8 / OW-DETR

[CVPR 2022] Official Pytorch code for OW-DETR: Open-world Detection Transformer
232 stars 39 forks source link

update() of OWEvaluator #39

Open misraya opened 1 year ago

misraya commented 1 year ago

Hi,

Is there a specific reason why you add 1 to both xmin and ymin in the evaluation code?

https://github.com/akshitac8/OW-DETR/blob/af7d66618f3842ebe2e25720fbca6028a8701905/datasets/open_world_eval.py#L60

Thanks in advance!