neuralbody icon indicating copy to clipboard operation
neuralbody copied to clipboard

White background

Open caiyongqi opened this issue 2 years ago • 3 comments

Hi. This model doesn't seem to generate a white background. frame0000_view0000

caiyongqi avatar Mar 29 '22 02:03 caiyongqi

What is your training command

pengsida avatar Mar 29 '22 13:03 pengsida

What is your training command

python -m torch.distributed.launch --nproc_per_node=2 train_net.py --cfg_file configs/zju_mocap_exp/latent_xyzc_377.yaml exp_name xyzc_377 resume False gpus "0, 1" distributed True white_bkgd True And I only use one frame and multi-views, i.e. num_train_frame: 1 and training_view: [1,2,3,4,6,7,8,9,11,12,13,14,16,17,18,19,21,22].

caiyongqi avatar Mar 29 '22 15:03 caiyongqi

There may be a bug. I will look into it when I have time. Thank you for pointing it out.

pengsida avatar Apr 17 '22 02:04 pengsida

I did not find this problem when running the code. You should specify the model to render the white background during rendering novel views.

pengsida avatar Aug 22 '22 16:08 pengsida