mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-13 12:54:31 +00:00
Training on custom dataset #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @3BBUAE on GitHub (Jul 28, 2021).
Hello, first of all fantastic work and thanks for sharing.
I would like to know how can I train the model on a custom dataset?
I noticed in the training explanation, there are 3 files I need to download excluding the dataset:
-Pre trained styleGAN2 model
-FFHQ component locations
-Arcface
I know that Arcface is used for face recognition. I assume that the pretrained styleGAN2 model, is to train the GFPGAN model from scratch so if i wanted to continue training I could just use the model you have provided for inference to continue training on my custom dataset. Finally for the components locations file, will it work with my custom dataset or is it specific to the FFHQ dataset, and if it won't work how will I be able to create my own so it may work with my dataset?
I hope my issue is clear, thanks.
@3BBUAE commented on GitHub (Jul 28, 2021):
Also does the model downsample the images while training, or will I need to provide my own version of low resolution faces?
@MDYLL commented on GitHub (Jul 28, 2021):
I trained on my own dataset without pretrained Stylegan. Results, that I got, so-so...I didn't understand how to use my own pretrained Stylegan
@xinntao commented on GitHub (Aug 3, 2021):
@3BBUAE
@MDYLL