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) |
RE: Deoldify Vapoursynth filter - Selur - 10.06.2024 Yeah, especially since it's shortens the time to upload the torch-addon and the amount of trouble updating it. Cu Selur RE: Deoldify Vapoursynth filter - zspeciman - 12.06.2024 I was experimenting with the new DeepEx feature on Dan64 butterfly/flower wonderful video demo. If I introduce Frame 20 with Pink flower, and frame 40 with Blue flower. Frame 20-39 will be pink flower, and 40 till the end will be blue flower. Lets say I have a video with several scene changes. Lets say one scene starts at frame 300 and ends at 500. The SC thresh selects frame 300 to colorize that scene 300 to 500 at that color. If I select min freq at 50, it will pick up frame 350, 400, 450 and that potentially create a variance of color every 50 frames. If the frame that best represent the entire scene is located at frame 382 what is the best approach to apply that frame to the entire scene? RE: Deoldify Vapoursynth filter - Dan64 - 12.06.2024 Not clear what kind of settings you are using. The butterfly demo used only DeepEx and in this case was necessary to provide only 1 ref. frame. Could you provide a piece of code showing what kind of HAVC functions you are using ? Dan RE: Deoldify Vapoursynth filter - Selur - 12.06.2024 Side note: if DeOldify fails with fbgemm.dll complaining about missing dependencies: either calling: python -m pip install -U msvc-runtime or installing Visual C++ Redistributable for Visual Studio 2015-2022 https://aka.ms/vs/17/release/vc_redist.x64.exe should fix the problem. Cu Selur RE: Deoldify Vapoursynth filter - Dan64 - 12.06.2024 I probably didn't notice the problem because these libraries are already installed on my PC. Thanks for reporting this issue. Dan RE: Deoldify Vapoursynth filter - safshe - 13.06.2024 (12.06.2024, 21:22)Dan64 Wrote: I probably didn't notice the problem because these libraries are already installed on my PC. Hi, Installed the VC_redist.x64 as selur recommended and still getting same error. Tried reinstalling multiple time but no luck. same error is showing when I try propainter also. Attaching the image of deoldify error. RE: Deoldify Vapoursynth filter - Selur - 13.06.2024 When I check the dependencies of fbgemm.dll here I see: normally installing Visual C++ Redistributable for Visual Studio 2015-2022 should fix the that. What does Dependencies report for you for the fbgemm.dll ? What NVIDIA driver version are you using? Are you using Studio or Gaming drivers? What NVIDIA GPU are you using? Cu Selur RE: Deoldify Vapoursynth filter - safshe - 13.06.2024 (13.06.2024, 08:47)Selur Wrote: When I check the dependencies of fbgemm.dll here I see: Checked dependencies and libomp140 dll is missing. Don't know which package will install that. Nvidia driver is latest Studio version. GPU is RTX 3090 Ti RE: Deoldify Vapoursynth filter - Selur - 13.06.2024 Maybe I can figure out what installed the dll on my system after work. RE: Deoldify Vapoursynth filter - safshe - 13.06.2024 (13.06.2024, 10:12)Selur Wrote: Maybe I can figure out what installed the dll on my system after work. Thank you |