WongKinYiu / yolor

implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
GNU General Public License v3.0
1.99k stars 518 forks source link

Are there any commands that can do statistics on confusion matrix in yoloR? #206

Open weitsung50110 opened 2 years ago

weitsung50110 commented 2 years ago

Are there any commands that can do statistics on confusion matrix? I want to use yoloR to count my TP FP FN. Does yoloR have this kind of function or command that can do statistics on confusion matrix? thank you.