k4yt3x / video2x

A lossless video/GIF/image upscaler achieved with waifu2x, Anime4K, SRMD and RealSR. Started in Hack the Valley II, 2018.
https://video2x.org
GNU Affero General Public License v3.0
9.43k stars 938 forks source link

Video2x folder is gone after first run #318

Closed natsobaatar closed 4 years ago

natsobaatar commented 4 years ago

Component Versions

Please at least fill in the release version and GUI or CLI version.

Symptom

After running the Video2x for the first time, I left the machine on and left, but the next morning, there is not output and the video2x folder in my C:// is empty. I was able to find the model folders (anime4kccp etc.) in the Local folder. C:\Users\Media\AppData\Local\video2x. But the video2x.py is gone.

Error Log or Screenshots

Annotation 2020-07-21 102604

TianZerL commented 4 years ago

How clould it be possible?Did the V2X be deleted mistakenly by any anti-virus software?

k4yt3x commented 4 years ago

The program contains no such self-destruction logic. Also, I don't think 4.2.0 is the release version. If you're running directly from source code, then there's no release version. I would suggest the same as @TianZerL did. Please check your AV logs and see if it was deleted mistakenly.

natsobaatar commented 4 years ago

As far as I'm aware there is only a "High CPU Usage by: ffmpeg.exe" notice. I installed again and ran again for a 5 min video, and it failed at ~99% with this error:

[!] ERROR: Subprocess 3780 exited with code 1 Annotation 2020-07-21 175002

I'm not sure what I'm doing wrong. Should I start a new issue for this? Here is the screenshot.

k4yt3x commented 4 years ago

That doesn't look like a 99% to me, more like 0%. You're using waifu2x-caffe in GPU mode. Do you have NVIDIA GPU and its drivers installed?

natsobaatar commented 4 years ago

Oh, I see. I actually have AMD. Does waifu2x-caffe run for AMD? Thanks. Edit: Should I have run the waifu2x-converter by appending -d waifu2x_converter?

k4yt3x commented 4 years ago

waifu2x-caffe uses CUDA and cuDNN which are NVIDIA-only. For AMD I recommend you to try waifu2x-ncnn-vulkan.

natsobaatar commented 4 years ago

Sorry for a dense question, but how do I disable the other drivers and only run waifu2x-ncnn-vulkan? Thanks. Edit: Ah, -d is the command. Got it. Thanks!