Quote:The main differences are in the color of the hair and hands.It's all the colors. See the color of the tree (on the right) and the floors.
Quote:Are you planning to add this filter in Hybrid ?Not sure atm., will have to test whether:
a. one can download the "resnet101-63fe2227.pth" models beforehand and maybe place them in the models folder (<- that doesn't work).
I really don't like the idea of Hybrid triggering 'random' downloads.
b. I manage to put alle the dependencies&co together so that there is a single download I could add as a spearate addon-package. (alternatively writing down the steps to install this manually would also be possible, but I prefer the package, since it better allows to reproduce problems)
Quote:As I wrote none of the filter is perfect, maybe it is possible to obtain a better result by combining them.Not sure whether that will work, since iirc. both of the filters assume gray colored content and don't try to just fix some colors.
I doubt, something like a simple merging or some masked merges will work.
Also the video model does seem to add some blue halos.
Cu Selur
Ps.: main issue for me are the additional downloads. Not sure whether changing 'TORCH_HOME' environment variable a. will work b. will not cause issues with other filters.
Creating 'f:\Hybrid\64bit\Vapoursynth\Lib\site-packages\vsdeoldify\models\resnet\hub\checkpoints' with the files in it and using:
import os
os.environ['TORCH_HOME'] = 'F:/Hybrid/64bit/Vapoursynth/Lib/site-packages/vsdeoldify/models/resnet'
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.