shaoanlu / faceswap-GAN

A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for Weight Files in faceswap-GAN Project

Manuelstorm opened this issue · comments

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.

commented

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.

commented

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