You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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?
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.
The text was updated successfully, but these errors were encountered: