-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Community] Add 'Projects/' folder, and the first example project #1524
Conversation
Codecov ReportBase: 85.68% // Head: 85.76% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #1524 +/- ##
===========================================
+ Coverage 85.68% 85.76% +0.07%
===========================================
Files 158 159 +1
Lines 9881 9928 +47
Branches 1368 1377 +9
===========================================
+ Hits 8467 8515 +48
+ Misses 1170 1166 -4
- Partials 244 247 +3
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. |
fe3ec0a
to
ff035e5
Compare
10058b1
to
a3f34ef
Compare
Motivation
Introducing new models and features into OpenMMLab's algorithm libraries has long been complained to be troublesome due to the rigorous requirements on code quality, which could hinder the fast iteration of SOTA models and might discourage potential contributors from sharing their latest outcome here.
Modification
This PR adds a new
projects/
folder, which will be a place for some experimental models/features. Implementations inside might be not quite perfect but already fine to produce some exciting results. We hope that this PR can help us better embrace the contribution from our community. We also add the first example project to illustrate what we expect a good project to have.