facebookresearch / detr

End-to-End Object Detection with Transformers
Apache License 2.0
13.58k stars 2.45k forks source link

How to calculate confusion matrix and average precision for each object class using custom dataset? #477

Open UmmarHassan96 opened 2 years ago

UmmarHassan96 commented 2 years ago

❓ How to do something using DETR

Describe what you want to do, including:

  1. what inputs you will provide, if any:
  2. what outputs you are expecting:

NOTE:

  1. Only general answers are provided. If you want to ask about "why X did not work", please use the Unexpected behaviors issue template.

  2. About how to implement new models / new dataloader / new training logic, etc., check documentation first.

  3. We do not answer general machine learning / computer vision questions that are not specific to DETR, such as how a model works, how to improve your training/make it converge, or what algorithm/methods can be used to achieve X.

L-xiaolu commented 2 years ago

Did you solve this problem please?

xueyyao commented 2 years ago

Did you solve this problem?

L-xiaolu commented 2 years ago

Did you solve this problem?

建议使用mmdetection的混淆矩阵工具

nicollecnunes commented 9 months ago

did you solve this problem?