XPixelGroup / BasicSR

Open Source Image and Video Restoration Toolbox for Super-resolution, Denoise, Deblurring, etc. Currently, it includes EDSR, RCAN, SRResNet, SRGAN, ESRGAN, EDVR, BasicVSR, SwinIR, ECBSR, etc. Also support StyleGAN2, DFDNet.

Home Page:https://basicsr.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pip install error at windows

cstyoucan opened this issue · comments

i add --use-pep517 , pip install basicsr --use-pep517 successfully

最好指定一下安装版本,我这里安装的是最新的1.4.2。pip install basicsr==1.4.2。如果过程中出现 Could not find a version that satisfies the requirement tb-nightly (from basicsr) (from versions: none),只需要重新install tb-nightly,在运行一次pip install basicsr==1.4.2就可以了。