-
Notifications
You must be signed in to change notification settings - Fork 66
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
1080p video x2 to 4k #50
Comments
Train this model on your dataset adjust hyperparameters(upscaling-bilinear, bicubic, lanczos.. and some other hyper params) according to your use case |
@Zuhashaik can this be done without training a new model? |
|
It will not work unless you have addition 2x downsampling models. My feeling is that cv2 area is a good one for vision. |
Hello @ckkelvinchan ! I want to superscore a 1080p video x2 to 4k, what should I do?
The text was updated successfully, but these errors were encountered: