Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

albedo is a const color all the time #39

Open
Easonzero opened this issue May 29, 2020 · 2 comments
Open

albedo is a const color all the time #39

Easonzero opened this issue May 29, 2020 · 2 comments

Comments

@Easonzero
Copy link

Easonzero commented May 29, 2020

RT

training command:
python3 tridmm/main_non_linear_3DMM.py --batch_size 16 --sample_size 128 --learning_rate 0.001 --ouput_size 224 --gf_dim 32 --df_dim 32 --dfc_dim 320 --gfc_dim 320 --z_dim 20 --c_dim 3 --is_using_landmark True --shape_loss l2 --tex_loss l1 --is_using_recon True --is_using_frecon True --is_partbase_albedo True --is_using_symetry True --is_albedo_supervision True --is_batchwise_white_shading True --is_const_albedo True --is_const_local_albedo True --is_smoothness True --gpu 0 --checkpoint_dir ckpt/ckpt_3dmm/ --samples_dir samples/tridmm/ --is_train True

@huyanfei-cqupt
Copy link

RT

training command:
python3 tridmm/main_non_linear_3DMM.py --batch_size 16 --sample_size 128 --learning_rate 0.001 --ouput_size 224 --gf_dim 32 --df_dim 32 --dfc_dim 320 --gfc_dim 320 --z_dim 20 --c_dim 3 --is_using_landmark True --shape_loss l2 --tex_loss l1 --is_using_recon True --is_using_frecon True --is_partbase_albedo True --is_using_symetry True --is_albedo_supervision True --is_batchwise_white_shading True --is_const_albedo True --is_const_local_albedo True --is_smoothness True --gpu 0 --checkpoint_dir ckpt/ckpt_3dmm/ --samples_dir samples/tridmm/ --is_train True

hi, I want to ask that the value of ‘self.gfc_dim’ set by you? Thanks.

@tranluan
Copy link
Owner

tranluan commented Jun 6, 2020

Hi, I provide the command in the main page.
I think the problem maybe using --is_const_local_albedo True too early can be harmful. So I suggest set it to False during pretrain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants