Skip to content

Commit

Permalink
Update train_wmask_wnormal.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoycj authored Oct 25, 2024
1 parent c403e24 commit 51bf7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/train_wmask_wnormal.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
data=$1
postix=gaustudio_wmask_wnormal
# gs-init -s $data -o ${data}_${postix} --w_mask mask
gs-init -s $data -o ${data}_${postix} --w_mask mask
python scripts/init_normal.py -s ${data}_${postix}
rm -r ${data}_${postix}/result_2
python train_progressive.py -s ${data}_${postix} -r 1 --lambda_dist 1000 \
--w_mask masks --lambda_mask 0.1 --w_normal_prior normals \
--max_screen_size 5 -m ${data}_${postix}/result_2 --iteration 7000
gs-extract-pcd -m ${data}_${postix}/result_2 -o ${data}_${postix}/result_2/fusion_2 \
--meshing sap --config 2dgs
--meshing sap --config 2dgs

0 comments on commit 51bf7db

Please sign in to comment.