-
Notifications
You must be signed in to change notification settings - Fork 86
Not really an issue, but a question. #7
Comments
The issue is, that this build has no nVidia support (as I have no nVidia card) And what do you mean by waifu2x libraries? |
You remember that i changed some files and making possible to use waifu2x through koroshell's interface? I was thinking about downloading OpenCV 2.xxx.dll, renaming and pasting on the folder and see if it works. So it's impossible to make this compatible with nVidia video cards? I've seen a waifu2x build CUDA compatible, but the minimum requeriments are an GPU compatible with GPU Computing 3.0. My R9 280 have OpenCL 1.2 support and OpenGL 4.5 support. Source: https://www.techpowerup.com/gpudb/1324/quadro-fx-580 |
You should switch to waifu2x-caffe since it have much faster CUDA speed and use newer model which improve both speed and quality: https://github.com/lltcggie/waifu2x-caffe |
Ok the page it says: requeriment:GPU computing 2.0-3.0, which I belive it's CUDA 2.0. This video card supports CUDA 1.1. In short, it's not compatible with my current GPU. I've tried making it work in the past ironically because I was concerned about the lifespan of my R9 280. |
You can not use OpenCV 2 with this build. use max20091's build, i switched to v3 in mine, for nVidia support, use caffe like max said its using a newer model too |
Both me and DeadSix don't use nVidia GPU so we don't build any version that include CUDA |
As i said: |
@GiRaFa-SM It's probably because I did not compile it with the nvidia SDK, I have no idea, I just can't test it without an nVidia GPU, if a nVidia User with cmake & c++ knowledge wants to fix it, he can just add a pull request and ill merge it in. EDIT: btw it doesn't show any error, right? |
Nope, it just shows "scaling 1x, scaling 2x" and seconds after this it just shows a pop up saying that the applicaton stopped working. Yes, no errors, just FC. |
@GiRaFa-SM its just a crash, I just wondered if it would say something specific. and no, there should be no logs. You can try debugging it in Visual studio, altho I don't know how, I am only used to debugging in Linux. Can you just try building it yourself with the nvidia sdk? https://github.com/DeadSix27/waifu2x-converter-cpp/blob/master/BUILDING.md I will look into that later (I have barely any time currently) |
Sorry for the delay, but i have some doubts.. Thank you for the patience, as you see my english isnt great and sometimes its complicated to transmit my messages. |
the guide is fully meant for AMD; yes not nVidia, but based on the guide you can try out using the (in this case apparently CUDA toolkit, (which I hope contains OpenCL libraries)) to compile it. |
HI, its been 4 months? I wanted to give a look on this again but because of reasons i didnt. I have few questions.. I tried to compile what you sent me above through command line, no luck, tried with CMake and got these errors: The C compiler identification is MSVC 19.10.25019.0
as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the Looking for C++ include opencv2/opencv.hpp CMake Warning (dev) at CMakeLists.txt:90 (link_directories):
as a link directory. Policy CMP0015 is not set: link_directories() treats paths relative to the Configuring done I'm using VS Community 2017 What am i doing wrong? Also, nVidia Driver didnt detected VisualStudio Integration (Nsight) even though i have the latest version installed on my sistem ( I got a Quadro 600) Also, if it compiled, where can i locate the compiled files? Thanks. |
@GiRaFa-SM Hi, GiRaFa-SM and Some warning will not be shown if you use latest cmake script what I just committed few minutes ago. |
@GiRaFa-SM Please report back if @YukihoAA 's PR fixed it. |
YukihoAA was right, i wasnt setting the OpenCV prefix correctly. Now i get these errors: The C compiler identification is MSVC 19.10.25019.0 Configuring done I believe this has something to do with the fact that CMake isnt detecting OpenCV binaries, right? EDIT: i set "OVERRIDE_OPENCV=1" and now i get this messages bellow and i cant open the project. The C compiler identification is MSVC 19.10.25019.0 |
@GiRaFa-SM It seems you didn't Pull new cmake scripts from master brench. My PR#13 will show "Found OpenCV" message if you choose proper OpenCV directory. My new scripts will not show "VC14 is not fully tested" message also. |
and You have to run msbuild on Visual Stuio X64 Native cmd Tools which is not X86 cmd Tool (this is might be not related to your problem, this is just a tip) |
My R9 280 recently died and I can't use waifu2x anymore, I have an Nvidia Quadro FX 580 laying around here but when I try to upscale something using this video card waifu2x crashes.. My question is, is this GPU incompatible with Waifu2x libraries? (probably it is) if yes, can you make it compatible (or tell me a way to do this)? . Please.
I wasn't expecting this, (this video card is 1 year and 3 months old)
The text was updated successfully, but these errors were encountered: