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

Request for Weight Files in faceswap-GAN Project #183

Open
Manuelstorm opened this issue Jan 10, 2024 · 2 comments
Open

Request for Weight Files in faceswap-GAN Project #183

Manuelstorm opened this issue Jan 10, 2024 · 2 comments

Comments

@Manuelstorm
Copy link

Manuelstorm commented Jan 10, 2024

I am currently working on a project utilizing the faceswap-GAN framework. I have been exploring the provided codebase and have encountered the need for the weight files associated with the following lines of code:

encoder.load_weights("models/encoder.h5")
decoder_A.load_weights("models/decoder_A.h5")
decoder_B.load_weights("models/decoder_B.h5")

Unfortunately, I couldn't locate these weight files in the project repository or documentation. I understand the importance of these weights in the functioning of the model, and I was wondering if you could kindly provide or direct me to the appropriate source for obtaining these files.

Dear shaoanlu, your assistance in this matter would be greatly appreciated, as it would significantly contribute to the progress of my project. I am committed to adhering to any terms of use or licensing associated with the weight files.

Thank you for your time and consideration. I look forward to your guidance on this matter.

@City-of-Xinxiti
Copy link

I am in the same situation as you, currently working on setting up a related project. However, I have not been able to find the relevant weight files. If you have located these files, would it be possible for you to share them with me as well?

Thank you for your help.

@City-of-Xinxiti
Copy link

Please train the model firstly, but don't load the weight files. I have done it successfully, so maybe you can try it.

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