Skip to content

Commit f7f0241

Browse files
committed
add vae3d ply
1 parent 7e1bfd5 commit f7f0241

File tree

9 files changed

+2
-2
lines changed

9 files changed

+2
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

shell_scripts/release/inference/vae-3d.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ NUM_GPUS=1
1010
image_size=512
1111
image_size_encoder=512
1212

13-
num_workers=2 # for debug
13+
num_workers=0 # for debug
1414

1515
patch_size=14
1616
kl_lambda=1.0e-06
@@ -174,7 +174,7 @@ torchrun --nproc_per_node=$NUM_GPUS \
174174
--use_wds False \
175175
--append_xyz True \
176176
--use_chunk True \
177-
--pcd_path /mnt/sfs-common/yslan/Dataset/Obajverse/FPS_PCD/pcd-V=10_4096_polish_fullset/fps-pcd \
177+
--pcd_path ./assets/demo-image-for-i23d/FPS_PCD_for_vae \
178178
--pt_ft_kl False \
179179
--surfel_rendering True \
180180
--plane_n 1 \

0 commit comments

Comments
 (0)