Package Details: waifu2x-caffe v1.1.2-2

Git Clone URL: https://aur.archlinux.org/waifu2x-caffe.git (read-only, click to copy)
Package Base: waifu2x-caffe
Description: Image rescaling and noise reduction using the power of convolutional neural networks. Rewritten from the original Waifu2x using Caffe. Compiled with CUDA & cuDNN enabled flags.
Upstream URL: https://github.com/Gin-no-kami/waifu2x-caffe
Licenses: MIT
Conflicts: waifu2x-caffe
Provides: waifu2x-caffe
Submitter: ginnokami
Maintainer: ginnokami
Last Packager: ginnokami
Votes: 3
Popularity: 0.000001
First Submitted: 2021-04-18 23:44 (UTC)
Last Updated: 2024-07-09 20:06 (UTC)

Pinned Comments

ginnokami commented on 2021-04-18 23:47 (UTC)

This package provides the cli version of waifu2x-caffe. A readme for all of the flags is located in /usr/share/docs/waifu2x-caffe/README. The models are located at /usr/share/waifu2x-caffe/models.

Latest Comments

« First ‹ Previous 1 2 3 4

sommio commented on 2022-02-24 04:16 (UTC) (edited on 2022-02-24 04:32 (UTC) by sommio)

Unable to use CUDA and CUDNN

CUDA:

変換に失敗したファイルがあります

CUDNN:

Log file created at: 2022/02/24 11:48:49
Running on machine: arch
Running duration (h:mm:ss): 0:00:00
Log line format: [IWEF]yyyymmdd hh:mm:ss.uuuuuu threadid file:line] msg
E20220224 11:48:49.032555 136521 common.cpp:167] Cannot create Cublas handle. Cublas won't be available.
F20220224 11:48:49.043658 136521 cudnn_conv_layer.cpp:54] Check failed: status == CUDNN_STATUS_SUCCESS (1 vs. 0)  CUDNN_STATUS_NOT_INITIALIZED

nvcc -v

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2021 NVIDIA Corporation
Built on Fri_Dec_17_18:16:03_PST_2021
Cuda compilation tools, release 11.6, V11.6.55
Build cuda_11.6.r11.6/compiler.30794723_0

ginnokami commented on 2022-02-07 02:13 (UTC) (edited on 2022-02-07 02:13 (UTC) by ginnokami)

Package now builds successfully in a chroot.

ginnokami commented on 2021-11-10 00:40 (UTC)

There was an update to opencv(4.5.4). You will need to rebuild the package due to this dependency update. Since it is not an update to waifu2x-caffe, but instead a dependency, I am just leaving this comment to notify users of the need to rebuild.

<deleted-account> commented on 2021-09-16 17:19 (UTC)

The build kept failing due to not detecting the CUDA toolkit root.

I have set the following environment variables to "fix" it:

export CUDAToolkit_ROOT=/opt/cuda/
export PATH=$PATH:/opt/cuda/bin

<deleted-account> commented on 2021-09-16 16:58 (UTC)

CMake Error at /usr/share/cmake-3.21/Modules/CMakeDetermineCUDACompiler.cmake:179 (message):
  Failed to find nvcc.

  Compiler requires the CUDA toolkit.  Please set the CUDAToolkit_ROOT
  variable.
Call Stack (most recent call first):
  caffe/CMakeLists.txt:18 (project)

I tried export CUDAToolkit_ROOT=/opt/cuda but it doesn't help

ginnokami commented on 2021-04-18 23:47 (UTC)

This package provides the cli version of waifu2x-caffe. A readme for all of the flags is located in /usr/share/docs/waifu2x-caffe/README. The models are located at /usr/share/waifu2x-caffe/models.