jianzongwu / betrayed-by-captions

(ICCV 2023) Betrayed by Captions: Joint Caption Grounding and Generation for Open Vocabulary Instance Segmentation
https://arxiv.org/abs/2301.00805
45 stars 4 forks source link

KeyError: 'metric bbox is not supported' #6

Closed nidongpinyinme closed 8 months ago

nidongpinyinme commented 10 months ago

open_set里提供的coco_panoptic_open.py文件不支持bbox。

        allowed_metrics = ['PQ']
        for metric in metrics:
            if metric not in allowed_metrics:
                raise KeyError(f'metric {metric} is not supported')
lxtGH commented 8 months ago

Please ignore the is metric when you perform evaluation.