-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Fix] make arguments effective in tools/confusion_matrix.py #1401
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
MeowZheng
approved these changes
Mar 20, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Many thanks for your contribution. It looks good to me.
MengzhangLI
approved these changes
Mar 20, 2022
MeowZheng
pushed a commit
that referenced
this pull request
Apr 5, 2022
* [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [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> * colab notebook: fix outdated link for doc (#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (#1407) * test * avoid windows path * [Fix] fix the config name style description (#1414) Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by: Cody Wong <mob5566@gmail.com> Co-authored-by: Nemo Xiong <xiongnemo@126.com> Co-authored-by: Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
mob5566
added a commit
to mob5566/mmsegmentation
that referenced
this pull request
Apr 13, 2022
…lab#1389) * [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [Fix] make arguments effective in tools/confusion_matrix.py (open-mmlab#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> * colab notebook: fix outdated link for doc (open-mmlab#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (open-mmlab#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (open-mmlab#1407) * test * avoid windows path * [Fix] fix the config name style description (open-mmlab#1414) Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by: Cody Wong <mob5566@gmail.com> Co-authored-by: Nemo Xiong <xiongnemo@126.com> Co-authored-by: Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
ZhimingNJ
pushed a commit
to AetrexTechnology/mmsegmentation
that referenced
this pull request
Jun 29, 2022
…ab#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>
ZhimingNJ
pushed a commit
to AetrexTechnology/mmsegmentation
that referenced
this pull request
Jun 29, 2022
…lab#1389) * [Feature] Provide URLs of Swin Transformer pretrained models * [Feature] Add multi machine `dist_train`. (open-mmlab#1383) * Add training startup documentation * fix * fix * fix * fix * fix * fix * fix * fix * fix * delete pretrained=None in all six config files * [Fix] make arguments effective in tools/confusion_matrix.py (open-mmlab#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> * colab notebook: fix outdated link for doc (open-mmlab#1392) * colab notebook: fix outdated link for doc Fixed outdated link for how to customize your datasets by reorganizing data. * fix lint * fix typo (open-mmlab#1405) * [Fix] Fix windows-style path in `md2yml.py` in Windows pre-commit. (open-mmlab#1407) * test * avoid windows path * [Fix] fix the config name style description (open-mmlab#1414) Co-authored-by: FangjianLin <93248678+linfangjian01@users.noreply.github.com> Co-authored-by: Cody Wong <mob5566@gmail.com> Co-authored-by: Nemo Xiong <xiongnemo@126.com> Co-authored-by: Xiangxu-0103 <xuxiang0103@gmail.com> Co-authored-by: Rockey <41846794+RockeyCoss@users.noreply.github.com>
aravind-h-v
pushed a commit
to aravind-h-v/mmsegmentation
that referenced
this pull request
Mar 27, 2023
* fix * add test * fix test * uP * up * fix some tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Motivation
There are some arguments of tools/confusion_matrix.py is not effective, and this pull request aims to fix that.
Modification
Fixing the arguments passing for the plot function.
BC-breaking (Optional)
NA
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist