Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Navaneet committed Jan 4, 2024
1 parent 98c3ba0 commit 13b75da
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions run.sh
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
path_base=/home/navaneet/data/
path_base=<dataset_base_path>

ncls=4096
ncls_sh=512
ncls_dc=4096
kmeans_iters=10
st_iter=15000
max_iters=15100
max_iters=30000
output_base=output/exp_001
dset=tandt
scene=train
cuda_device=1
cuda_device=0
port=4060
ckpt=../../comp3d/my_gaussian-splatting/compact3d/output/e001_orig/"$dset"/"$scene"/chkpnt"$st_iter".pth
#ckpt=output/exp_001_noquant/"$dset"/"$scene"/chkpnt"$st_iter".pth
ckpt=output/exp_001_noquant/"$dset"/"$scene"/chkpnt"$st_iter".pth
path_source="$path_base"/"$dset"/"$scene"
path_output="$output_base"/"$dset"/"$scene"

Expand Down

0 comments on commit 13b75da

Please sign in to comment.