Algolzw / daclip-uir

[ICLR 2024] Controlling Vision-Language Models for Universal Image Restoration. 5th place in the NTIRE 2024 Restore Any Image Model in the Wild Challenge.
https://algolzw.github.io/daclip-uir
MIT License
638 stars 30 forks source link

Cannot install on WSL2 #5

Open shaal opened 11 months ago

shaal commented 11 months ago

On Windows WSL2, I follow these instructions: https://github.com/Algolzw/daclip-uir#install First 3 steps are working as expected

python3 -m venv .env
source .env/bin/activate
pip install -U pip

When I run the 4th step, pip install -r requirements.txt, I get this error - ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

Algolzw commented 11 months ago

The error shows that the requirements.txt is not in your current folder. Please check it or copy the file to your current directory.