Package Details: waifu2x-converter-cpp-cuda-git 5.3.4.2.g57520b2-2

Git Clone URL: https://aur.archlinux.org/waifu2x-converter-cpp-cuda-git.git (read-only, click to copy)
Package Base: waifu2x-converter-cpp-cuda-git
Description: Image Super-Resolution for Anime-Style-Art. (re-implementation in C++ using OpenCV). with CUDA support (GIT Version)
Upstream URL: https://github.com/DeadSix27/waifu2x-converter-cpp
Licenses: MIT
Conflicts: waifu2x-converter-cpp
Provides: libw2xc.so, waifu2x-converter-cpp
Submitter: YamashitaRen
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 14
Popularity: 0.000000
First Submitted: 2015-09-24 22:02 (UTC)
Last Updated: 2023-11-01 00:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

katt commented on 2020-04-29 22:50 (UTC)

Indeed, and whaddya know:

» pkgfile /usr/lib/libcuda.so.1 
extra/nvidia-390xx-utils
extra/nvidia-utils

So if anything it should depend on nvidia-utils!

sl1pkn07 commented on 2020-04-29 17:48 (UTC) (edited on 2020-04-29 17:50 (UTC) by sl1pkn07)

https://github.com/DeadSix27/waifu2x-converter-cpp/blob/master/src/modelHandler_CUDA.cpp#L73

katt commented on 2020-04-28 09:56 (UTC)

So I decided to clean this package up a bit and remove (imo) weird and/or outdated stuff: https://gist.github.com/86cba7fd8902f6d0316bb1d45c941365 cuda was moved to makedepends as it is only needed when building, not during runtime. Some of these fixes were copied from the non-cuda package.

myl7 commented on 2019-12-30 13:15 (UTC)

The v5.3.1.41.gc82a9a5-1 build can not load the newest opencv 4.2.0 lib as it would continue to search for opencv 4.1 lib. Creating symbol links for opencv 4.1 lib can fix the problem temperately.

cd /usr/lib
sudo ln -s libopencv_imgcodecs.so.4.2 libopencv_imgcodecs.so.4.1
sudo ln -s libopencv_imgproc.so.4.2 libopencv_imgproc.so.4.1
sudo ln -s libopencv_core.so.4.2 libopencv_core.so.4.1

DDoSolitary commented on 2019-05-18 11:28 (UTC)

There's no need to use opencv-cuda. AFAIK, the project doesn't utilize the CUDA functionality of opencv, but uses CUDA directly.

sl1pkn07 commented on 2019-05-15 13:37 (UTC) (edited on 2019-05-15 13:47 (UTC) by sl1pkn07)

done

DDoSolitary commented on 2019-05-10 17:06 (UTC) (edited on 2019-05-10 17:07 (UTC) by DDoSolitary)

Please make the following changes to makedepends:

  • Remove gcc7 (gcc8 already supported by CUDA 10.1)

  • Add ocl-icd (see comments in waifu2x-converter-cpp-git)

Thanks.

DDoSolitary commented on 2018-12-23 03:19 (UTC)

The standard one: https://www.archlinux.org/packages/extra/x86_64/opencv/

sl1pkn07 commented on 2018-12-22 21:14 (UTC) (edited on 2018-12-22 22:01 (UTC) by sl1pkn07)

what opencv you use?

DDoSolitary commented on 2018-12-22 03:50 (UTC) (edited on 2018-12-22 03:51 (UTC) by DDoSolitary)

I just found that moving the cmake ... command from prepare() to build() fixes all these linking problems. All of the strange dependencies (gtkglext, gtk3, hdf5, vtk, glew) are NOT required.