-
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 typo in usage example #1003
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1003 +/- ##
=======================================
Coverage 89.85% 89.85%
=======================================
Files 118 118
Lines 6558 6558
Branches 1019 1019
=======================================
Hits 5893 5893
Misses 464 464
Partials 201 201
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Hi, @lkm2835 Thanks for your nice PR. |
I don't understand why the lint error occurred. Can you advise how to fix it? |
It is usually caused by code format, you could use Here are Chinese article and English document, hoping it is useful to you. Thanks for your help! |
Can click |
Rerun the CI worked. |
I'm sorry, I accidentally used master branch for PR. |
It is fine for this PR. |
…repare_mask_and_masked_image` (open-mmlab#1003) * Handle batches and Tensors in `prepare_mask_and_masked_image` * `blackfy` upgrade `black` * handle mask as `np.array` * add docstring * revert `black` changes with smaller line length * missing ValueError in docstring * raise `TypeError` for image as tensor but not mask * typo in mask shape selection * check for batch dim * fix: wrong indentation * add tests Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
lkm2835,您好!您在MMSeg项目中给我们提的PR非常重要,感谢您付出私人时间帮助改进开源项目,相信很多开发者会从你的PR中受益。 |
Fix typo in configs/segformer/README.md
line 32,
swin2mmseg.py --> mit2mmseg.py