Open JiaLim98 opened 4 years ago
For the pr curve, this issue may help, and detectron2 generates class-wise mAP during evaluation, you can check the implementation of it.
Thanks for the reply.
For anyone who wants to output class-wise mAP, this is the most straightforward way I found. The mAP for entire model is calculated from the average of APs for each classes. I have found the code for exporting the class-wise mAP from cocoeval.py in Pycocotools here from line 458 to line 464.
Jialim,I am very happy that you have completed the training and testing work, may I know your final accuracy? I am trying to train this net in my datasets, but I still not complete it.
Hi @yangyang117,
My final accuracy (without finetuning) are: mAP@0.5 = 92.02% and mAP@0.5:0.05:0.95 = 40.60% Hope it helps.
Thanks for your answering, is this for your own datasets or public datasets?
It is an open-sourced PCB defects dataset.
Thank you, it's very helpful.
它是开源的PCB缺陷数据集。
您好,麻烦问一下 自己的数据集 遇到这个问题 No such file or directory: './data/voc/VOCdevkit/VOC2007/annotations_cache'该如何处理
您可以检查文件目录是否确实存在. 对于第一次训练,这个问题不应该存在.
Hi @zzzxxxttt,
Thank you for your amazing work. I have completed my training and testing. However, I require two more results for documentation purposes.
Hope to hear from you soon. Thank you.
Cheers, JiaLim98