-
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
[Fix] Modify double lq_path
to gt_path
in test_pipeline
#862
Conversation
Some sequences may start from a frame index other than 0.
Codecov Report
@@ Coverage Diff @@
## master #862 +/- ##
=======================================
Coverage 83.12% 83.12%
=======================================
Files 220 220
Lines 12453 12453
Branches 2017 2017
=======================================
Hits 10351 10351
Misses 1785 1785
Partials 317 317
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
I think this is not a typo. In test pipeline, we don't actually have the |
This is a typo.
Besides, the reason why this typo doesn't raise any error is that |
lq_path
to lq_path
and gt_path
in
lq_path
to lq_path
and gt_path
in lq_path
to lq_path
and gt_path
in test_pipeline
lq_path
to lq_path
and gt_path
in test_pipeline
lq_path
to gt_path
in test_pipeline
…mlab#862) * polish * Use all frames in a sequence dir Some sequences may start from a frame index other than 0. * Polish * remove , to fix lint * Add docstring for `start_idx` * Fix typos Co-authored-by: wangruohui <12756472+wangruohui@users.noreply.github.com>
…mlab#862) * polish * Use all frames in a sequence dir Some sequences may start from a frame index other than 0. * Polish * remove , to fix lint * Add docstring for `start_idx` * Fix typos Co-authored-by: wangruohui <12756472+wangruohui@users.noreply.github.com>
Some
meta_keys
in config files might should be['lq_path', 'gt_path']
instead of['lq_path', 'lq_path']
.PS Two ipynb files 1 and 2 should be re-run to fix the typos. I haven't done that yet.