09.02.2025, 15:02
Now "SC thresh", "SC SSIM thresh" and "SC min freq" are always disabled.
Deoldify Vapoursynth filter
|
09.02.2025, 15:02
Now "SC thresh", "SC SSIM thresh" and "SC min freq" are always disabled.
Those are enabled when refMerge is used.
bool useExModel = model->boolValue("vsHAVCUseExModel"); Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
09.02.2025, 15:40
They are always used, because are the minimum fields necessary to extract the reference frames from a Video Clip.
With Ref merge there are 2 steps of scene detection, one performed with ScMinFreq=1 (automatically set by HAVC_main) and the second that is using "SC thresh" and "SC min freq" to extract the reference frame to be used for the temporal stabilization. Dan
09.02.2025, 15:47
Okay, updated Hybrid_deoldify to always enable and add (when they are not at the default value) them when exModel is used.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
09.02.2025, 16:53
When is selected DeepRemaster the "Frames" are not reported in the script
Dan
09.02.2025, 17:30
Quote:Every time the Exemplar Models are enabled and for the models: 0, 1, 2, 5, 6.You meant 'methods' (0,1,2,5,6) and then I mixed then method and model too ![]() Updated Hybrid_deoldify Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
09.02.2025, 18:17
Updated Hybrid_deoldify.
Are there also restriction on when "Reference frames only" should be available? Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
09.02.2025, 19:00
(09.02.2025, 18:17)Selur Wrote: Updated Hybrid_deoldify. In my code there is already this check implemented if not (ScFrameDir is None) and DeepExMethod != 0 and DeepExOnlyRefFrames: Dan
09.02.2025, 19:11
Adjusted Hybrid_deoldify to only enable "Reference frames only" when Method is 0 and ScFrameDir isn't empty.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page. |
« Next Oldest | Next Newest »
|