You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the output image that's inferred is sometimes of lower resolution than the input.
For example, my input was 1280x720, but the output is 768x432.
It looks like the resizing is happening in utils.py/post_process_result, but I'm not sure why it's resizing - is it to keep the output face from being upscaled too much?
thank you!
The text was updated successfully, but these errors were encountered:
It seems like the output image that's inferred is sometimes of lower resolution than the input.
For example, my input was 1280x720, but the output is 768x432.
It looks like the resizing is happening in utils.py/post_process_result, but I'm not sure why it's resizing - is it to keep the output face from being upscaled too much?
thank you!
The text was updated successfully, but these errors were encountered: