03.03.2024, 20:31
yes I read the article, the conclusion is that Deoldify is better. But the comparison is unfair, ColTran is using very large networks, which is not suitable for practical encoding, because the speed will be around 0.001fps. Despite the larger networks used by ColTran, Deoldify was on average significantly better than ColTran.
Dan
I found a bug in the function adjust.tweak() due to a typo (I written "clp" instead of "clip").
I released a new version fixing it: https://github.com/dan64/vs-deoldify/rel...tag/v1.1.4
Thanks,
Dan
Dan
(03.03.2024, 17:09)Selur Wrote:did you test this with different inputs?if clip.format.id != vs.RGB24:
# clip not in RGB24 format, it will be converted
clip = clip.resize.Bicubic(format=vs.RGB24, range_s="limited")
iirc. if you do YUV to RGB conversions (or the other way around), one needs to specify the input matrix.
I found a bug in the function adjust.tweak() due to a typo (I written "clp" instead of "clip").
I released a new version fixing it: https://github.com/dan64/vs-deoldify/rel...tag/v1.1.4
Thanks,
Dan