zju3dv / snake

Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral
Other
1.15k stars 229 forks source link

作者您好,关于如何显示测试结果的分类别mAP? #252

Closed luoshuifeiyang closed 10 months ago

luoshuifeiyang commented 12 months ago

您好,想问一下有什么方法可以分类别的显示mAP? 比如coco数据集在测试时除了输出整体的mAP之外,还将80个种类的mAP分别作输出? 谢谢。

pengsida commented 10 months ago

可以查看coco evaluator的代码,他应该有测各个类别的mAP。