28.10.2024, 05:42
(28.10.2024, 05:28)Sel Wrote:
- if you use VSGAN on its own and use a '2x' model, Hybrid will resize from 720x480 to 1440x960 using the
Sorry i should have just mentioned that i am using VSMLRT, since VSGAN has no tensorrt support in Hybrid.
What i am tring to do is simply let the model handle the resizing, i dont want hybrid to touch it. So if i add two x2 models for example a 852x480 video, i want the first model to make it 1704x960 then the second model to make it 3408x1920 and thats it thats the final video nothing else. There is no target resoultion, the target is what the last model gets the video to.
i dont want hybrid to resize anything, downscale etc.