Closed yermandy closed 5 days ago
Hi, we have provided the codes for generating EFS data (link).
For other generators such FS and FR, please refer to Table 2 of the DF40 paper (link), where we have provided the official repos for each generation method.
Additionally, I found that the widely-used facefusion link is very easy to use. For FS methods, I highly recommend using facefusion for implementation.
This is very helpful! Thank you for sharing links, the facefusion is indeed very good. For other generator methods, did you just use standard implementations of all generators provided by authors?
Yes, for FS, FR, and FE, just following the standard implementations. For EFS, directly running the inference codes might not produce the similar distribution with the targeted FF++ domain. So we fine-tune these EFS methods to ensure the alignment between the original domains (maybe CelebA or FFHQ) and the used FF++/CDF domains.
Thank you and I appreciate your quick responses!
Hello, would it be possible to release codes for generating datasets, it would be helpful to have them to have more control over data generation?