Search Criteria
Package Details: python-basicsr-cuda 1.4.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-basicsr.git (read-only, click to copy) |
---|---|
Package Base: | python-basicsr |
Description: | Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. |
Upstream URL: | https://github.com/xinntao/BasicSR |
Licenses: | Apache 2.0 |
Conflicts: | python-basicsr |
Provides: | python-basicsr |
Submitter: | huyz |
Maintainer: | huyz |
Last Packager: | huyz |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-14 13:00 (UTC) |
Last Updated: | 2022-10-21 12:39 (UTC) |
Dependencies (18)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- cudnn
- python-addictAUR
- python-future
- python-lmdb
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-opencv
- python-pillow (python-pillow-gitAUR)
- python-pyaml
- python-pytorch (python-pytorch-mkl-gitAUR, python-pytorch-cuda-gitAUR, python-pytorch-mkl-cuda-gitAUR, python-pytorch-cxx11abiAUR, python-pytorch-cxx11abi-optAUR, python-pytorch-cxx11abi-cudaAUR, python-pytorch-cxx11abi-opt-cudaAUR, python-pytorch-cxx11abi-rocmAUR, python-pytorch-cxx11abi-opt-rocmAUR, python-pytorch-rocm-binAUR, python-pytorch-cuda, python-pytorch-opt, python-pytorch-opt-cuda, python-pytorch-opt-rocm, python-pytorch-rocm)
- python-requests
- python-scikit-imageAUR
- python-scipy (python-scipy-mkl-binAUR, python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR)
- python-torchvision (python-torchvision-gitAUR, python-torchvision-rocm-binAUR, python-torchvision-rocmAUR, python-torchvision-cuda)
- python-tqdm
- tensorboard
- yapf
- python-setuptools (make)
Required by (2)
- python-gfpgan (requires python-basicsr)
- python-realesrgan (requires python-basicsr)
Latest Comments
Tom_B commented on 2024-02-23 12:01 (UTC)
Build fails with error (not the one fixed by Vitruvius suggestion below):
Vitruvius commented on 2023-07-29 08:14 (UTC) (edited on 2023-07-29 08:16 (UTC) by Vitruvius)
I ran into a problem when trying to install
python-basicsr
with yay. It also tried to buildpython-basicsr-cuda
. That might be problem with yay, not this package. I don't know.But I tracked down the problems with building
python-basicsr-cuda
anyways:makedepends=('hip')
e.g.hip-runtime-amd
export ROCM_HOME=/opt/rocm/
After
ROCM_HOME
is set to a director withbin/hipcc
, the build completes fine.hashworks commented on 2023-06-20 00:29 (UTC)
makedepends on
python-pip
.Freed commented on 2022-11-17 08:57 (UTC)
I met