Example notebook for optimizing number of frames as described in issue #376#408
Example notebook for optimizing number of frames as described in issue #376#408aitaten wants to merge 4 commits intopySTEPS:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #408 +/- ##
==========================================
+ Coverage 83.47% 83.74% +0.27%
==========================================
Files 161 159 -2
Lines 12536 12724 +188
==========================================
+ Hits 10464 10656 +192
+ Misses 2072 2068 -4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
Thanks @aitaten , this is looking very good! I will have a closer look, but I was wondering if it wouldn't be better to split this PR into two? Here I would rather keep the tuning tutorial, while the second should be about the INCA motion field -- by the way, I'm not sure why this is implemented in the example only, shouldn't we have it as an additional method in the motion module? |
|
(I'm working on this, sorry, just going very slow...) |
This is a notebook optimizing the number of frames for different lead-times for the Optical Flow (Lucas-Kanade) motion vector computation. The exampls is related to issue #376 but I think the second example commented in that issue should be also added.