advimman / lama

🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022
https://advimman.github.io/lama-project/
Apache License 2.0
7.91k stars 838 forks source link

no module named "saicinpainting" #291

Open ShengJinhao opened 8 months ago

ShengJinhao commented 8 months ago

it always point out no module named "saicinpainting". Then, I use pip instructions to download.But,it also has a error that "Could not find a version that satisfies the requirement saicinpainting ERROR: No matching distribution found for saicinpainting".

Abbsalehi commented 6 months ago

You should have run this command in your terminal before running the training code.

export TORCH_HOME=$(pwd) && export PYTHONPATH=$(pwd)