Commit Graph

3 Commits (409caf85485457a729047df4e79fd098fd467a7a)

Author SHA1 Message Date
Timo Kaiser 319ab5f2f3
Fixed Bug as explained in Issue #1969 (#1992)
For explanations, have a look at

https://github.com/open-mmlab/mmsegmentation/issues/1969
2022-08-29 18:20:30 +08:00
Cody Wong 18859e4de0
[Fix] make arguments effective in tools/confusion_matrix.py (#1401)
* 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 369a2ee9bb
[Feature] Generating and plotting confusion matrix (#1301)
* 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