Transforming 16bit input to 8 bit output using inference. #224
Unanswered
darkcristle
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
UPDATE: Issue was ffmpeg was storing images as png. Changed the extension to jpg in the command, this has fixed the issue.
Hello, first off my apologies if this is obvious, I am not technically inclined.
I managed to get the pytorch version working as well as the ncnn version. I noticed a large speed discrepancy with pytorch being slower at a large factor.
The reason for this seems to be that the ncnn simply downgrades all 16bit input to 8bit and then exports 8bit frames. Is there a way to do the same using the inference instead of downconverting using another software first? Thanks!
I am using the 4x anime video model.
Beta Was this translation helpful? Give feedback.
All reactions