[Fix] Fix mmseg.api.inference inference_segmentor#1849
[Fix] Fix mmseg.api.inference inference_segmentor#1849MeowZheng merged 5 commits intoopen-mmlab:masterfrom jinwonkim93:fix_segmentor_inference
Conversation
Motivation Fix inference_segmentor not working with multiple images path or images. List[str/ndarray] Modification - process images if instance is list
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
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? |
|
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