-
Notifications
You must be signed in to change notification settings - Fork 39
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
Problem with VSRnet and VESPCN output #7
Comments
Hi @tthg119, please can you share the command line that you used to ffmpeg with VESPCN. |
@jlfilho Could this be because ESPCN only upscales the luma (Y) and not the color components (UV) Line 13 in 11b1d6f
Line 19 in 11b1d6f
Line 14 in 11b1d6f
|
After a bit of experimentation with MIR-MU/ffmpeg-tensorflow, it seems that VSRNET only correctly upscales the UV components, so I combined it with ESPCN, which upscales the Y component. How dreadfully inefficient!
The Y component seems to be incorrectly interpreted by VSRnet and VESPCN, which is why they both produce an image with three copies of the original Y channel and an incorrect resolution, as you have shown in #7 (comment). This can likely be fixed by replacing |
@Witiko thank you for your response. I believe that the problem is in the SR FFmpeg module, maybe it is not compatible with temporal models or would you need some FFmpeg filter to get the three frames for input as the temporal models expect. But, I don’t know exactly what the problem is! Could @HighVoltageRocknRoll, @mengxuewei help us with this problem? |
I have reposted this interesting question to the ffmpeg-user mailing list: http://ffmpeg.org/pipermail/ffmpeg-user/2021-August/053322.html |
Hi, may I know what is the proper command of
![Screenshot from 2020-12-15 15-15-49](https://user-images.githubusercontent.com/75705305/102183270-846cf500-3ee8-11eb-8889-858dd1312fd9.png)
ffmpeg
when using VSRnet and VESPCN models, or specific steps needed to be done when compiling the model? The outputs I have is always like in the picture below, tried with several settings and encoders etc.The text was updated successfully, but these errors were encountered: