This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Deoldify Vapoursynth filter
When Ref Merge is enabled you need to enable "SC min freq". 
The field "Threshold" was necessary for HAVC_deepex, in HAVC_main is never passed (it is passed "SC thresh") so that you can remove it from the GUI.

[Image: attachment.php?aid=2968]

Also when is selected the Model "Deep-Remaster" the field "Frames" need to be enabled

[Image: attachment.php?aid=2969]

It is missing "remote all-rf" for ColotMNet (DeepExEncMode=2)

[Image: attachment.php?aid=2970]

When is selected the method=5 it shown the "folder" selection window instead of "file" selection.

[Image: attachment.php?aid=2971]

Dan

P.S.
I think that we are very near to complete the passage to HAVC 5.0


Attached Files Thumbnail(s)
               
Reply
Okay, so:
this->doSetEnabled(model, "vsHAVCExModelSCThreshold", deepEx && refMerge != 0);
  this->doSetEnabled(model, "vsHAVCExModelScThtSSIM", deepEx && refMerge != 0);
  this->doSetEnabled(model, "vsHAVCExModelSCMinFreq", deepEx && refMerge != 0);


  this->doSetEnabled(model, "vsHAVCExModelScThtOffset", deepEx && refMerge == 0);
  this->doSetEnabled(model, "vsHAVCExModelScMinInt", deepEx && refMerge == 0);
would be correct?
updated Hybrid_deoldify (gui and code generation)

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
Okay, you added some additional stuff, looking at that now.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
Updated Hybrid_deoldify.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
New RC9 with some small bug fixed on my side.

Dan


Attached Files
.zip   vsdeoldify-5.0.0_RC9.zip (Size: 425,1 KB / Downloads: 12)
Reply
got it
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
The fields ScThreshold, ScMinFreq are NOT passed in the script.

These fields are very important for the Exemplar-based models.

Should never been disabled and must always passed in the script.
HAVC_main is able to understand what to do with these fields.

[Image: attachment.php?aid=2973]


Thanks,
Dan


Attached Files Thumbnail(s)
   
Reply
Passing them when they are disabled seems wrong.
this->doSetEnabled(model, "vsHAVCExModelSCThreshold", deepEx && refMerge != 0);
  this->doSetEnabled(model, "vsHAVCExModelScThtSSIM", deepEx && refMerge != 0);
  this->doSetEnabled(model, "vsHAVCExModelSCMinFreq", deepEx && refMerge != 0);


  this->doSetEnabled(model, "vsHAVCExModelScThtOffset", deepEx && refMerge == 0);
  this->doSetEnabled(model, "vsHAVCExModelScMinInt", deepEx && refMerge == 0);
is what atm. is used.
When should ScThreshold, ScMinFreq be adjustable and then passed to HAVC_main ?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
Every time the Exemplar Models are enabled and for the models: 0, 1, 2, 5, 6.

Thanks,
Dan
Reply
updated Hybrid_deoldify.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 9 Guest(s)