Closed nidongpinyinme closed 8 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')
Please ignore the is metric when you perform evaluation.
open_set里提供的coco_panoptic_open.py文件不支持bbox。