We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I thought it would be useful to install the required packages except of the additional ones.
requirements.txt
dlib gdown scikit-image IPython opencv-python
Commands to setup project
git clone https://github.com/ZPdesu/Barbershop.git cd Barbershop conda create -n barbershop python=3.10 -y conda activate barbershop # For CPU pip install torch torchvision torchaudio # For CUDA v11.6 (for v10.2 and v11.3 don't use '-c conda-forge') conda install pytorch torchvision torchaudio cudatoolkit=11.6 -c pytorch -c conda-forge pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
Hello, to complete, i just did a proper install. You need to add after the pip install requirements : conda install Ninja
Add cl.exe on path : SET PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\Hostx64\x86
Patch PILLOW functionnal.py ( https://stackoverflow.com/questions/59659146/could-not-import-pillow-version-from-pil ) ( For me it was here : C:\Users\USER\AppData\Local\miniforge3\envs\barbershop\Lib\site-packages\torchvision\transforms\functional.py)
Sorry, something went wrong.
Yeah maybe you need this in windows. I installed it on ubuntu and it was working fine.
No branches or pull requests
Hi, I thought it would be useful to install the required packages except of the additional ones.
requirements.txt
Commands to setup project
The text was updated successfully, but these errors were encountered: