WXinlong / SOLO

SOLO and SOLOv2 for instance segmentation, ECCV 2020 & NeurIPS 2020.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get the "acc", "AP" of each category , and the "mAP"

lijoe123 opened this issue · comments

Could you please tell me how to get the "acc", "AP"of each category, and the mAP.
Thank you !

I have the same question!!! @WXinlong

I got it! mmdet/core/evaluation/coco_utils.py, coco_eval, classwise👉True@lijoe123

commented

你好,能加下你的好友吗,我也想问下怎么具体操作得到solov2的精度@JakobWu

commented

您好,是直接运行这个py文件就行了吗,还是需要什么别的改动

解决了吗? @tpfLZ

commented

我还是没弄好,你能加我一下QQ:287558659吗?想问下具体怎么操作,非常感谢!@JakobWu

你好,我也有问题了,我把classwise改为True 了,也不行,也是没有输出各个类别的AP值 @JakobWu

@lijoe123 你好!你之前不是改好了吗?

@JakobWu 我之前用了mmdetection,不是用这个,程序跑完还能输出AP值吗

你好,我是直接在训练过程中就不显示评估结果
solov2

@lijoe123 我记得好像是分布式训练中可以在训练中显示每一个epoch评估结果,非分布式训练中没有,但是我看之前的问题中好像分布式训练中显示评估结果也有点问题

@lijoe123 我记得好像是分布式训练中可以在训练中显示每一个epoch评估结果,非分布式训练中没有,但是我看之前的问题中好像分布式训练中显示评估结果也有点问题

分布式训练是怎么实现的呢,可以给我个demo吗

@lijoe123 我没有实现过,我只是知道在哪开启这个分布式训练,tools/train.py中第40-44行,75-80行,115-121行,你可以看看

commented

@lijoe123 @DanielWuuuuuu 你好,请问这个你现在已经解决了吗?我想请教一下,谢谢

commented

@blurmemo 你指的是什么问题?

commented

@blurmemo 你指的是什么问题?

抱歉我前段时间在复习考试,就是拿到模型的acc、AP、mAP和test Time这些指标

@blurmemo 你指的是什么问题?

抱歉我前段时间在复习考试,就是拿到模型的acc、AP、mAP和test Time这些指标

请问这个问题解决了吗

I got it! mmdet/core/evaluation/coco_utils.py, coco_eval, classwise👉True@lijoe123

我改成了true但是并没有变化