-
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] Fix mmseg.api.inference inference_segmentor #1849
[Fix] Fix mmseg.api.inference inference_segmentor #1849
Conversation
Motivation Fix inference_segmentor not working with multiple images path or images. List[str/ndarray] Modification - process images if instance is list
|
Codecov ReportBase: 89.04% // Head: 89.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #1849 +/- ##
==========================================
+ Coverage 89.04% 89.08% +0.03%
==========================================
Files 144 145 +1
Lines 8636 8695 +59
Branches 1458 1464 +6
==========================================
+ Hits 7690 7746 +56
- Misses 706 707 +1
- Partials 240 242 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Many thanks for your contribution, please sign CLA first. |
yes, i did it. |
@MeowZheng @MengzhangLI Anything you like to comment? |
Co-authored-by: Hakjin Lee <nijkah@gmail.com>
@MengzhangLI Is there something i could do more? |
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.
LGTM
jinwonkim93,您好!您在MMSeg项目中给我们提的PR非常重要,感谢您付出私人时间帮助改进开源项目,相信很多开发者会从你的PR中受益。 |
Thank you for invitation but discord is invalid. |
please try this new link: https://discord.com/invite/raweFPmdzG |
Motivation
This PR aims to solve #1643.
Fix inference_segmentor not working with multiple images path or images. List[str/ndarray]
Modification