-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] Support 2D&3D Optical Flow Training #2631
Conversation
LGTM |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## dev-1.x #2631 +/- ##
===========================================
- Coverage 76.18% 76.17% -0.01%
===========================================
Files 170 170
Lines 13792 13780 -12
Branches 2361 2360 -1
===========================================
- Hits 10507 10497 -10
+ Misses 2718 2716 -2
Partials 567 567
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
delete NCHW_Flow, now NCHW for 2D, NCTHW for 3D.
688db59
to
1c14912
Compare
Motivation
Fixing the error when decoding optical flows as now the
Normalize
pipeline is no longer used. See issue #2630Modification
Modify the RawFrameDecode transform to stack
x_frame
andy_frame
, making the variableimgs
of optical flow consistent with RGB, albeit in channel dimension 2 vs 3.