FileNotFoundError: [Errno 2] No such file or directory: './parsing_model/checkpoint\\79999_iter.pth' #344

Open
opened 2022-11-18 18:26:45 +01:00 by SadmanXo · 1 comment
SadmanXo commented 2022-11-18 18:26:45 +01:00 (Migrated from github.com)

Facing this following issue

Screenshot 2022-11-18 231656

Used the following commands cause I have a RTX 3050 card. The default preparation commands don't work for me (Get stuck after END)

conda create -n simswap python=3.6
conda activate simswap
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c nvidia -c conda-forge
conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch
(option): pip install --ignore-installed imageio
pip install insightface==0.2.1 onnxruntime moviepy

### Facing this following issue ![Screenshot 2022-11-18 231656](https://user-images.githubusercontent.com/113451765/202763952-1c4df3ee-c4e0-41aa-a2f3-0f0b6f8fb18c.png) Used the following commands cause I have a RTX 3050 card. The default preparation commands don't work for me (Get stuck after END) conda create -n simswap python=3.6 conda activate simswap conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=11.1 -c pytorch -c nvidia -c conda-forge conda install pytorch==1.8.0 torchvision==0.9.0 torchaudio==0.8.0 cudatoolkit=10.2 -c pytorch (option): pip install --ignore-installed imageio pip install insightface==0.2.1 onnxruntime moviepy
chuan19 commented 2023-06-01 09:52:42 +02:00 (Migrated from github.com)

go to https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md
download the 79999_iter.pth file:
We use the face parsing from face-parsing.PyTorch for image postprocessing. Please download the relative file and place it in ./parsing_model/checkpoint from this link.

go to https://github.com/neuralchen/SimSwap/blob/main/docs/guidance/preparation.md download the 79999_iter.pth file: We use the face parsing from [face-parsing.PyTorch](https://github.com/zllrunning/face-parsing.PyTorch) for image postprocessing. Please download the relative file and place it in ./parsing_model/checkpoint from [this link](https://drive.google.com/file/d/154JgKpzCPW82qINcVieuPH3fZ2e0P812/view).
Sign in to join this conversation.