06.02.2025, 21:49
Respect to version 4.6.8 the version 5.0.0 RC3
Added:
havc_constants.py
havc_filters.py
havc_utils.py
Removed
vsslib\constants.py
in the function havc_constants.py I added some constants to identify the models and to assign defaults values.
The constants related to Parameter Values are:
I'm planning to add the identifiers for the other models: deoldify, ddcolor, Zhang...
If at the beginning of the script you add the following code
you can use these constants inside the script.
Dan
Added:
havc_constants.py
havc_filters.py
havc_utils.py
Removed
vsslib\constants.py
in the function havc_constants.py I added some constants to identify the models and to assign defaults values.
The constants related to Parameter Values are:
HAVC_SAME_AS_VIDEO=0
HAVC_RF_SAME_AS_VIDEO=1
HAVC_RF_DIFF_VIDEO=2
EXTERNAL_RF_AS_VIDEO=3
EXTERNAL_RF_DIFF_VIDEO=4
HAVC_RESTORE_VIDEO=5
ColorMNet=0
DeepExemplar=1
DeepRemaster=2
I'm planning to add the identifiers for the other models: deoldify, ddcolor, Zhang...
If at the beginning of the script you add the following code
import vsdeoldify as havc
you can use these constants inside the script.
Dan