Skip to content

Commit

Permalink
remove eikonal loss
Browse files Browse the repository at this point in the history
  • Loading branch information
Gengshan Yang committed Nov 22, 2022
1 parent 78af7c7 commit c449803
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[[Project page]](https://banmo-www.github.io/) [[Paper]](https://banmo-www.github.io/banmo-cvpr.pdf) [[Colab for NVS]](https://colab.research.google.com/drive/1dQJn1vsuz0DkyRZbOA1SulkVQ0V1kMUP?usp=sharing)

### Changelog
- **11/21**: Remove eikonal loss to align with paper results, [#36](https://github.com/facebookresearch/banmo/issues/36)
- **08/09**: Fix eikonal loss that regularizes surface (resulting in smoother mesh).
- **06/18**: Add a colab demo for novel view synthesis.
- **04/11**: Replace matching loss with feature rendering loss; Fix bugs in LBS; Stablize optimization.
Expand Down
2 changes: 0 additions & 2 deletions scripts/template-accu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ bash scripts/template-mgpu.sh $gpus $savename \
--warmup_shape_ep 5 --warmup_rootmlp \
--lineload --batch_size $batch_size\
--accu_steps $accu_steps \
--eikonal_wt 0.001 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human

Expand Down Expand Up @@ -62,6 +61,5 @@ bash scripts/template-mgpu.sh $gpus $savename \
--dskin_steps 0 --fine_steps 0 --noanneal_freq \
--freeze_root --use_unc --img_wt 1 --reset_beta \
--accu_steps $accu_steps \
--eikonal_wt 0.1 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human
2 changes: 0 additions & 2 deletions scripts/template-known-cam.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ bash scripts/template-mgpu.sh $gpus $savename \
--use_rtk_file \
--warmup_shape_ep 5 --warmup_rootmlp \
--lineload --batch_size $batch_size\
--eikonal_wt 0.001 --nsample 4 \
--freeze_root \
--${use_symm}symm_shape \
--${use_human}use_human
Expand Down Expand Up @@ -52,6 +51,5 @@ bash scripts/template-mgpu.sh $gpus $savename \
--warmup_steps 0 --nf_reset 0 --bound_reset 0 \
--dskin_steps 0 --fine_steps 0 --noanneal_freq \
--freeze_root --use_unc --img_wt 1 --reset_beta \
--eikonal_wt 0.1 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human
2 changes: 0 additions & 2 deletions scripts/template-prior-model.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ bash scripts/template-mgpu.sh $gpus $savename \
--warmup_rootmlp \
--lineload --batch_size $batch_size\
--nf_reset 0 --bound_reset 0 \
--eikonal_wt 0.1 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human

Expand Down Expand Up @@ -63,6 +62,5 @@ bash scripts/template-mgpu.sh $gpus $savename \
--warmup_steps 0 --nf_reset 0 --bound_reset 0 \
--dskin_steps 0 --fine_steps 0 --noanneal_freq \
--freeze_root --use_unc --img_wt 1 --reset_beta \
--eikonal_wt 0.1 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human
1 change: 0 additions & 1 deletion scripts/template-short.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ bash scripts/template-mgpu.sh $gpus $savename \
--pose_cnn_path $pose_cnn_path \
--warmup_shape_ep 5 --warmup_rootmlp \
--lineload --batch_size $batch_size\
--eikonal_wt 0.001 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human
2 changes: 0 additions & 2 deletions scripts/template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ bash scripts/template-mgpu.sh $gpus $savename \
--pose_cnn_path $pose_cnn_path \
--warmup_shape_ep 5 --warmup_rootmlp \
--lineload --batch_size $batch_size\
--eikonal_wt 0.001 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human

Expand Down Expand Up @@ -55,6 +54,5 @@ bash scripts/template-mgpu.sh $gpus $savename \
--warmup_steps 0 --nf_reset 0 --bound_reset 0 \
--dskin_steps 0 --fine_steps 0 --noanneal_freq \
--freeze_root --use_unc --img_wt 1 --reset_beta \
--eikonal_wt 0.1 --nsample 4 \
--${use_symm}symm_shape \
--${use_human}use_human

0 comments on commit c449803

Please sign in to comment.