1
0
mirror of https://github.com/open-mmlab/mmsegmentation.git synced 2025-06-03 22:03:48 +08:00

2 Commits

Author SHA1 Message Date
Cody Wong
cfc080c9b1 [Fix] make arguments effective in tools/confusion_matrix.py ()
* add an argument for customizing `title' of the output figure

* fix `color_theme' arguments not passing to plot function

Signed-off-by: code14 <mob5566@gmail.com>
2022-03-21 10:51:27 +08:00
Hyeokjoon Kwon
6d124aa091 [Feature] Generating and plotting confusion matrix ()
* generate and plot confusion matrix

* fix typo

* add usage and examples for confusion matrix

* deal with nan values(pick pr#7147 mmdet)

* fix md format
2022-03-03 16:34:33 +08:00