mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-19 12:20:55 +00:00
About the facexlib #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wzy0903 on GitHub (Jun 25, 2021).
Thanks for your open source code.
I have install the facexlib according to the requirement document.
But I got this problem.
FileNotFoundError: [Errno 2] No such file or directory: '/home/ziy/anaconda3/envs/python37/lib/python3.7/site-packages/facexlib/weights/tmpseizp2dz'
(python37) ziy@:/home/ziy/GFPGAN$ pip install facexlib
Requirement already satisfied: facexlib in /home/ziy/anaconda3/envs/python37/lib/python3.7/site-packages (0.1.3)
Requirement already satisfied: numpy in /home/ziy/anaconda3/envs/python37/lib/python3.7/site-packages (from facexlib) (1.21.0)
Do you know the reason? Looking forward to your reply.
@wzy0903 commented on GitHub (Jun 25, 2021):
My environment is python3.7.1 pytorch 1.9.0
@lxy2017 commented on GitHub (Jun 25, 2021):
step1: build folder weights in /home/ziy/anaconda3/envs/python37/lib/python3.7/site-packages/facexlib/
step2: run code again
It works for me
@wzy0903 commented on GitHub (Jun 25, 2021):
sorry,what command is used to build step one.
@xinntao commented on GitHub (Jun 25, 2021):
@wzy0903
Thanks for reporting this issue.
I have updated the facexlib package. You could re-install it. It should OK now.
If you still have questions, please let me know.