Search Criteria
Package Details: waifu2x-converter-cpp 5.3.4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waifu2x-converter-cpp.git (read-only, click to copy) |
---|---|
Package Base: | waifu2x-converter-cpp |
Description: | Image super-resolution for anime-style art |
Upstream URL: | https://github.com/DeadSix27/waifu2x-converter-cpp |
Licenses: | MIT |
Submitter: | nfnty |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 22 |
Popularity: | 0.004199 |
First Submitted: | 2017-02-04 00:23 (UTC) |
Last Updated: | 2023-05-21 01:41 (UTC) |
Dependencies (5)
- ocl-icd (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR)
- opencv (opencv-cuda)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- opencl-headers (opencl-headers-gitAUR) (make)
Latest Comments
1 2 Next › Last »
eclairevoyant commented on 2023-05-21 01:43 (UTC)
Adding random symlinks is unneccessary. If you update a dependency, just recompile this package. That's it.
idanka commented on 2022-10-16 21:58 (UTC) (edited on 2022-10-24 10:30 (UTC) by idanka)
waifu2x-converter-cpp --help
waifu2x-converter-cpp: error while loading shared libraries: libw2xc.so: cannot open shared object file: No such file or directory
Howto fix?
Solved: add symlink /usr/local/lib/libw2xc.so to /usr/lib/libw2xc.so
sandsmark commented on 2021-11-07 13:49 (UTC)
Needs a patch to fix build with latest gcc (it uses a reserved name):
thann commented on 2020-08-12 03:45 (UTC) (edited on 2020-08-12 03:45 (UTC) by thann)
RE:
'sm_xx' is not defined for option 'gpu-architecture'
I just disabled cuda entirely and it compiled =]
by adding the cmake flag:
-DENABLE_CUDA=no
Jakeukalane commented on 2020-04-14 15:50 (UTC) (edited on 2020-04-14 15:51 (UTC) by Jakeukalane)
I needed to do:
sudo ln -s /usr/lib/libopencv_imgcodecs.so.4.3 /usr/lib/libopencv_imgcodecs.so.4.2
sudo ln -s /usr/lib/libopencv_imgproc.so.4.3 /usr/lib/libopencv_imgproc.so.4.2
sudo ln -s /usr/lib/libopencv_core.so.4.3 /usr/lib/libopencv_core.so.4.2
After updating opencv.
katt commented on 2019-05-01 11:20 (UTC)
Had to install
ocl-icd
to be able to build, worked fine without until a day ago or so.tuqueque commented on 2019-03-18 15:31 (UTC)
(I posted this same thing on the https://github.com/nfnty/pkgbuilds site, just in case):
Hello, I'm trying to install waifu2x-converter-cpp in my Manjaro system and I get this error:
I don't know if it's somehow related with my version of CUDA intalled, I have 7.5 and I can't upgrade, 'cause my old nvidia card doesn't support newer versions.
Thank you in advance!
nfnty commented on 2019-01-01 17:58 (UTC)
@ax34 Looks like an upstream issue.
ax34 commented on 2019-01-01 16:26 (UTC)
CMake Error in CMakeLists.txt: Imported target "opencv_calib3d" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES. Possible reasons include:
The path was deleted, renamed, or moved to another location.
An install or uninstall procedure did not complete successfully.
The installation package was faulty and references files it does not provide.
fuan_k commented on 2018-09-16 21:45 (UTC) (edited on 2018-09-16 21:46 (UTC) by fuan_k)
This gives a different output compared to waifu2x. The author of waifu2x said somewhere on its issue tracker that the waifu2x-converter-cpp uses outdated algorithms or something, which could explain why it's not as good as the original waifu2x.
Be wary of these waifu2x-converter packages, they are not as good as proper waifu2x!
1 2 Next › Last »