-
Notifications
You must be signed in to change notification settings - Fork 840
Description
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.