naoto0804 / pytorch-inpainting-with-partial-conv

Unofficial pytorch implementation of 'Image Inpainting for Irregular Holes Using Partial Convolutions' [Liu+, ECCV2018]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about the requirment.txt

NerminSalem opened this issue · comments

thanks for sharing your work
whenever i run pip install -r requirements.txt, i got the following error:

Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r requirements.txt (line 3)) (from versions: )
No matching distribution found for pkg-resources==0.0.0 (from -r requirements.txt (line 3))
can u help? thanks

Thank you for reporting! Please remove that line.

@naoto0804 that fixs it thanks alot for yr help