![]() |
Deoldify Vapoursynth filter - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: Deoldify Vapoursynth filter (/thread-3595.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: Deoldify Vapoursynth filter - Dan64 - 18.01.2025 I found the following issues: The Color map must be adjusted in the new version, the "red->brown" and "red>-blue" were renamed in: "redrose->brown" and "redrose->blue". Moreover was added a new preset "red->brown" with value "320:360,0.15|+50,0.8". Moreover all the Color-map values are using the same weight 0.8 and not 0.6 as currently implemented in Hybrid. The preset Ref merge is incomplete is missing verylow with value 0.30 and the value of veryhigh is wrong must be 0.70 and not 1.0. Dan P.S. The sc_debug (to be used only for debugging) has been written so that can, successively be imported in Excel for the analysis of scene detection algorithm. RE: Deoldify Vapoursynth filter - Selur - 18.01.2025 Uploaded an updated Hybrid_deoldify version for testing. Quote:The sc_debug (to be used only for debugging) has been written so that can, successively be imported in Excel for the analysis of scene detection algorithm.Okay, wouldn't it be more useful when visible on the frame? (will disable option in Hybrid) Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 18.01.2025 The last dev version is working as expected. ![]() Thanks, Dan P.S. When I need to debug the Scene Change detection algorithm, I use: VapourSynth-Editor so for me disabling the log window in Hybrid is not an issue. RE: Deoldify Vapoursynth filter - Dan64 - 18.01.2025 Released on GitHub the new version v4.6.7 Can be installed with the command .\python -m pip install https://github.com/dan64/vs-deoldify/releases/download/v4.6.7/vsdeoldify-4.6.7-py3-none-any.whl I updated the HAVC User Guide with the chapter 4.0.2, that describes the best settings to remove colors shifting towards red. Thanks, Dan RE: Deoldify Vapoursynth filter - Selur - 18.01.2025 Nice. Will update dev and torch download tomorrow. ![]() Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 18.01.2025 I just updated the build 4.6.7: https://github.com/dan64/vs-deoldify/releases/download/v4.6.7/vsdeoldify-4.6.7-py3-none-any.whl I had to fix a small bug on ref_merge checking. Dan RE: Deoldify Vapoursynth filter - Selur - 19.01.2025 Updated dev and torch add-on. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 19.01.2025 Sorry, but I released a mall maintenance build: v4.6.8 main changes:
Dan P.S. Example of movie using the settings described in chapter 4.0.2: The maltese falcon (colorized, 1941) RE: Deoldify Vapoursynth filter - Selur - 20.01.2025 You might also want to check the documentation regarding defaults for inconsitencies :param ScThreshold: Scene change threshold used to generate the reference frames to be used by but https://github.com/dan64/vs-deoldify/blob/main/vsdeoldify/vsslib/constants.py#L29 is 0.1 Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 20.01.2025 Updated the build: v4.6.8 Dan |