MrTornado24 / Next3D

[CVPR 2023 Highlight] Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars
https://mrtornado24.github.io/Next3D/
470 stars 29 forks source link

"--cond=True requires labels specified in dataset.json" train with ffhq #22

Open Harold0530-zhang opened 1 year ago

Harold0530-zhang commented 1 year ago

When I download the FFHQ dataset from google drive(contain the "dataset.json"), I intend to run the "train_next3d.py" and find an error "--cond=True requires labels specified in dataset.json" . image

Harold0530-zhang commented 1 year ago

Through checking, I find "training_set.has_labels=False". It results that c.training_set_kwargs.use_labels is also False. image

Harold0530-zhang commented 1 year ago

I also add a param——"--cond=False", but will occur the other error in training_loop.py: image it says "training_set.label_dim=0" and the d_c_dim=0. Finally, it will report: image