Yolov3_DeepSort_Pytorch icon indicating copy to clipboard operation
Yolov3_DeepSort_Pytorch copied to clipboard

May I know how to create confusion matrix ?

Open Hrishkesh opened this issue 5 years ago • 1 comments

🚀 Feature

Motivation

Pitch

Alternatives

Additional context

Hrishkesh avatar Oct 09 '20 11:10 Hrishkesh

I could generate mAP and IOU but, I need a matrix to visualize how many true positives are detected. So I can have it in my final report of my master thesis. for example in my case, I have three classes to detect from a single image. such as company name, date, and amount from the invoice image. Such that I can an overview of how many times the company name, date, and amount is been detected in the test/valid data set.

Hrishkesh avatar Oct 10 '20 11:10 Hrishkesh