-
Notifications
You must be signed in to change notification settings - Fork 643
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
Refactor cuda resize #45
Conversation
Codecov Report
@@ Coverage Diff @@
## master #45 +/- ##
=======================================
Coverage 67.42% 67.42%
=======================================
Files 172 172
Lines 5661 5661
Branches 900 900
=======================================
Hits 3817 3817
Misses 1558 1558
Partials 286 286
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
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
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
* update logo (open-mmlab#37) * [Docs] Update images with new logo (open-mmlab#38) * Update model_design.md Update logo * Revert "Update model_design.md" This reverts commit 207f5295220ba966c7d55a7ec655fdf1aab7860f. * Update yolov5_description.md Update logo * Update model_design.md Update logo * Update model_design.md Update logo * Update README.md Update logo * Update README_zh-CN.md Update logo * Add GIF Link (open-mmlab#40) * Update README.md * Update README_zh-CN.md * Update README.md * Update README_zh-CN.md * Fix typos in config.md * Add citation of yolov6 * Add citation of yolov5 * Fix links in README.md * Fix typos in data_flow.md in en Co-authored-by: wanghonglie <wanghonglie@zju.edu.cn> Co-authored-by: MingJian.L <45811724+matrixgame2018@users.noreply.github.com>
Thanks for your contribution and we appreciate it a lot. The following instructions would make your pull request more healthy and more easily receiving feedbacks. If you do not understand some items, don't worry, just make the pull request and seek help from maintainers.
Motivation
#40 adds support for ppl.cv 0.6, but it breaks builds using ppl.cv < 0.6; This PR brings back support for ppl.cv prior to 0.6.
Modification
Please briefly describe what modification is made in this PR.
BC-breaking (Optional)
No
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist