-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Enhance] Optimize IO for flow_warp
#881
Conversation
Codecov Report
@@ Coverage Diff @@
## master #881 +/- ##
==========================================
+ Coverage 83.14% 83.15% +0.01%
==========================================
Files 221 221
Lines 12487 12488 +1
Branches 2026 2026
==========================================
+ Hits 10382 10385 +3
+ Misses 1787 1786 -1
+ Partials 318 317 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Fix #878 |
flow_warp
Hi @NK-CS-ZZL !First of all, we want to express our gratitude for your significant PR in the mmediting project. Your contribution is highly appreciated, and we are grateful for your efforts in helping improve this open-source project during your personal time. We believe that many developers will benefit from your PR. We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/raweFPmdzG If you have WeChat,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
This version of flow_warp is faster than original one and the consistency of results between two implementations has been checked.