From c4498030aeca9b056e700892788025a80953cb5a Mon Sep 17 00:00:00 2001 From: Gengshan Yang Date: Mon, 21 Nov 2022 21:11:18 -0500 Subject: [PATCH] remove eikonal loss --- README.md | 1 + scripts/template-accu.sh | 2 -- scripts/template-known-cam.sh | 2 -- scripts/template-prior-model.sh | 2 -- scripts/template-short.sh | 1 - scripts/template.sh | 2 -- 6 files changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index 299bd91..f0b2de8 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/scripts/template-accu.sh b/scripts/template-accu.sh index e1d6a9a..7d8483d 100644 --- a/scripts/template-accu.sh +++ b/scripts/template-accu.sh @@ -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 @@ -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 diff --git a/scripts/template-known-cam.sh b/scripts/template-known-cam.sh index 3a3d49a..a53d91b 100644 --- a/scripts/template-known-cam.sh +++ b/scripts/template-known-cam.sh @@ -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 @@ -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 diff --git a/scripts/template-prior-model.sh b/scripts/template-prior-model.sh index 2dd3ab9..8cb7929 100644 --- a/scripts/template-prior-model.sh +++ b/scripts/template-prior-model.sh @@ -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 @@ -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 diff --git a/scripts/template-short.sh b/scripts/template-short.sh index 1283854..88d64e9 100644 --- a/scripts/template-short.sh +++ b/scripts/template-short.sh @@ -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 diff --git a/scripts/template.sh b/scripts/template.sh index 8e46c2e..3dee00c 100644 --- a/scripts/template.sh +++ b/scripts/template.sh @@ -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 @@ -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