Search Criteria
Package Details: waifu2x-git 1:0.13.2.r171.g4313ace-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/waifu2x-git.git (read-only, click to copy) |
---|---|
Package Base: | waifu2x-git |
Description: | Image rescaling and noise reduction using the power of convolutional neural networks |
Upstream URL: | https://github.com/nagadomi/waifu2x |
Licenses: | MIT |
Conflicts: | waifu2x |
Provides: | waifu2x |
Submitter: | fbrennan |
Maintainer: | eclairevoyant |
Last Packager: | chrhasse |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-22 13:01 (UTC) |
Last Updated: | 2019-02-03 07:38 (UTC) |
Dependencies (20)
- graphicsmagick
- lua-moses-gitAUR
- lua51-graphicsmagick-gitAUR
- lua51-penlight
- luajit (luajit-2.1-lua52-gitAUR, luajit-gitAUR, luajit-openrestyAUR)
- torch7-cunn-gitAUR
- torch7-cutorch-gitAUR
- torch7-dok-gitAUR
- torch7-image-gitAUR
- torch7-sys-gitAUR
- torch7-xlua-gitAUR
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- make (make-gitAUR) (make)
- pkg-config (pkgconf-gitAUR, pkg-config-gitAUR, pkgconf) (make)
- lua51-cjsonAUR (optional) – for model training
- lua51-csnappy (optional) – for model training
- lua51-csvigo-gitAUR (optional) – for model training
- torch7-cudnn-r7-gitAUR (optional) – for CUDNN backend
- torch7-optim-gitAUR (optional) – for model training
Latest Comments
1 2 3 Next › Last »
somebody commented on 2021-02-24 10:38 (UTC) (edited on 2021-02-24 10:38 (UTC) by somebody)
hasn't been working for me, this works fine though (and is in chaotic-aur!) https://aur.archlinux.org/packages/waifu2x-ncnn-vulkan/
tannisroot commented on 2019-03-29 17:13 (UTC)
Oh, I see, thanks!
chrhasse commented on 2019-03-29 06:07 (UTC) (edited on 2019-03-29 06:19 (UTC) by chrhasse)
tannisroot: It seems like you're trying to run a command like
waifu2x -m scale -scale 4 -i <somefile> -o <somefile>
. The only included scaling model is for 2x scaling, so try running-scale 2
or leaving-scale
out altogether. If you want to scale by 4x, try running it through twice.tannisroot commented on 2019-03-28 16:11 (UTC) (edited on 2019-03-28 16:13 (UTC) by tannisroot)
Hi, I've just installed it using yay and for some reason it doesn't work :(
Any ideas on what I might be doing wrong? At first I noticed that the file in .cache that it looks for doesn't exist because src gets deleted but even after I added that back it still fails.
chrhasse commented on 2019-02-15 11:33 (UTC) (edited on 2019-02-19 10:37 (UTC) by chrhasse)
fbrennan: For some reason your luajit is looking in /usr/local/share instead of /usr/share. Have you modified the LUA_PATH environment variable? I can try building it in a clean chroot tomorrow to see if I can reproduce the error.
try running
env -u LUA_PATH waifu2x -h
and see if that works.Edit: I tested building and running in a chroot and it behaves as expected. It almost seems like you tried installing it manually and are sourcing torch-activate in your shell config.
fbrennan commented on 2019-02-15 10:55 (UTC)
I receive this error:
chrhasse commented on 2019-02-03 07:42 (UTC)
Ok the package should compile now. The new models use a lot of memory, so if you run into out of memory issues try using the -crop_size option or installing the optional cudnn dependency with -force_cudnn 1
Jimi-James commented on 2018-12-20 22:25 (UTC)
Current version fails to compile when patching, but the fix seems to be simple. In 0001-Use-absolute-path-to-models-directory.patch, in waifu2x.lua, change the "/models/upconv_7/art" part of the both paths in the line being modified to "/models/cunet/art". I don't know what exactly changing the directory entails, but I'm going off of what the original code seems to have changed there since the last time that patch was updated for it.
simonmysun commented on 2018-10-17 13:51 (UTC)
Cannot compile successfully with encountering this problem:
https://github.com/torch/cutorch/issues/834
fuan_k commented on 2018-09-16 15:02 (UTC) (edited on 2018-09-16 21:43 (UTC) by fuan_k)
Can't install because torch7-cunn-git requires gcc54, which is not available anymore.
==> Error: Could not find all required packages: gcc54 (Wanted by: waifu2x-git -> torch7-cunn-git)
After trying again a few times (not sure what I changed exactly) I don't get this error anymore, but I could not compile torch7-cutorch-git unless I installed gcc5.
Fortunately, I found gcc-4.9 on the manjaro repos and used that to compile torch7-cutorch.
Alternatively, one could use the gcc shipped with cuda in /opt/cuda/bin/gcc I guess...
After all the trouble of compiling these deps, it works fine.
1 2 3 Next › Last »