-
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
question about Normalize #120
Comments
Hi, those lines (L39-L44) are added to support video data format. For example, in video super-resolution data pipeline, results['lq'] is a list of video frames. |
yes, I know that, But why need two for loop, L40 and L43 |
I see, the outer for loop is not necessary and will be removed. Thanks for your feedback! |
Thanks to the mean and std are 0 and 1 for video task😅 |
in /mmedit/datasets/pipelines/normalization.py, Normalize class , call function, why we need the line 40?
The text was updated successfully, but these errors were encountered: