About the facexlib #11

Closed
opened 2026-01-29 21:36:28 +00:00 by claunia · 4 comments
Owner

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.

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.
Author
Owner

@wzy0903 commented on GitHub (Jun 25, 2021):

My environment is python3.7.1 pytorch 1.9.0

@wzy0903 commented on GitHub (Jun 25, 2021): My environment is python3.7.1 pytorch 1.9.0
Author
Owner

@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

@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
Author
Owner

@wzy0903 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

sorry,what command is used to build step one.

@wzy0903 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 sorry,what command is used to build step one.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: TencentARC/GFPGAN#11