GeneFacePlusPlus icon indicating copy to clipboard operation
GeneFacePlusPlus copied to clipboard

training dataset issue 训练集的问题

Open alphonz opened this issue 1 year ago • 3 comments

Thank you very much for this project. However, I have some questions regarding the training set:

  1. Is it necessary to be a single person in the dataset?
  2. Is it required to capture an undistorted 512*512 headshot?
  3. Is there a recommended duration for the footage?

alphonz avatar Mar 11 '24 01:03 alphonz

@alphonz there seems is no recommendation for duration. I used a video (39 second) and it worked fine

tranthuhoai3786 avatar Apr 03 '24 08:04 tranthuhoai3786

@alphonz

好像只有前10s有效,我看了代码

at: data_gen/utils/process_video/fit_3dmm_landmark.py line:417

for i in tqdm.trange(min(250, len(frames)), desc=f'rendering debug video to {debug_name}..'):

这是制作数据集中的代码:min(250, len(frames)) 因此我猜测只有前10秒有效,但是我并确定是这样,因为我的代码能力很差,更多是猜测

yueool avatar Apr 08 '24 19:04 yueool

@alphonz there seems is no recommendation for duration. I used a video (39 second) and it worked fine

how much time it took to get the checkpoints file and train the model ?

MohitPanpaliya avatar Apr 22 '24 12:04 MohitPanpaliya