Zj-BinXia / DiffIR

This project is the official implementation of 'Diffir: Efficient diffusion model for image restoration', ICCV2023
Apache License 2.0
451 stars 18 forks source link

ERROR: No matching distribution found for detectron2==0.4 #53

Open BaiLuQiShuang opened 3 months ago

BaiLuQiShuang commented 3 months ago

python -m pip install detectron2==0.4 -f \ https://dl.fbaipublicfiles.com/detectron2/wheels/cu92/torch1.6/index.html

I ran the above command, but the error is as follows:

WARNING: Location ' https://dl.fbaipublicfiles.com/detectron2/wheels/cu92/torch1.6/index.html' is ignored: it is either a non-existing path or lacks a specific scheme. ERROR: Could not find a version that satisfies the requirement detectron2==0.4 (from versions: none) ERROR: No matching distribution found for detectron2==0.4

Is there any other way to install detectron2, sh pip.sh has also tried. Appreciate!