Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How could I reproduce the works? #8

Open
inphantasm opened this issue Mar 22, 2022 · 3 comments
Open

How could I reproduce the works? #8

inphantasm opened this issue Mar 22, 2022 · 3 comments

Comments

@inphantasm
Copy link

Thank you for your generous sharing, at first.
When trying to train a model with CelebAMask dataset, it tolds me that I need label_name.txt and some .npy files, how could I find them or produce them? Really appreciate if you could answer my question, 'cause it have confused me several days.

@tegusi
Copy link
Owner

tegusi commented Mar 22, 2022

The npy files are landmark files, you can generate them by OpenCV face alignment libraries. And label names are the same as original CelebAMask HQ.

@inphantasm
Copy link
Author

Thanks a lot! Furthermore, since I updated the version of my Pytorch, it tolds me:
File "D:\Anaconda\lib\site-packages\inplace_abn_init_.py", line 1, in
from .abn import ABN, InPlaceABN, InPlaceABNSync
File "D:\Anaconda\lib\site-packages\inplace_abn\abn.py", line 8, in
from .functions import inplace_abn, inplace_abn_sync
File "D:\Anaconda\lib\site-packages\inplace_abn\functions.py", line 8, in
from . import _backend
ImportError: DLL load failed: 找不到指定的程序。
Should I back off the version of my packages? Or it requires other .dll files?

@tegusi
Copy link
Owner

tegusi commented Mar 23, 2022

I have not tested it under Windows. Maybe you should install InPlaceABN first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants