neuralchen / SimSwap

An arbitrary face-swapping framework on images and videos with one single trained model!
Other
4.41k stars 872 forks source link

Need explanation about networks in pg_modules/projector.py #465

Open phammanhhiep opened 1 month ago

phammanhhiep commented 1 month ago

Could someone point me to books, papers, or guides about the technique used in pg_modules/projector.py for transfer learning? Specifically, I don't understand the roles or ideas of networks created by _make_scratch_csm and _make_scratch_ccm. What csmand ccmstandfor?