DiffAtlasV2 / sample_scripts /sampling_uncond.sh
gwd200's picture
Upload 28 files
854da5a verified
#!/bin/bash
CUDA_VISIBLE_DEVICES=1 python sample_msn_uncond.py \
dataset.root_dir='/mnt/nas1/disk01/weidongguo/dataset/medshapenet/data_in_category_with_one_component_crop_zoom56_pad64_sdf_new_64' \
dataset.name='msn' \
dataset.batch_size=16 \
dataset.minibatch_size=4 \
dataset.text_embedding_file='data_preproc/claude_sonnet_4.5_prompt_qwen3_32b_embedding.json' \
model.timesteps=50 \
model.use_mask_guide=False \
model.use_mask_cond=False \
model.cond_num=0 \
model.use_oneplane=False \
model.use_triplane=False \
model.use_multiplane=False \
model.use_broken=False \
model.output_dir='output_diffusion-sdf/UNCOND__cp20' \
model.checkpoint_for_sample='EXP/RAW4GUIDE/LR0.001__BS24__TS50/model-20.pt' \
vae.pvqvae_ckpt='pretrained_models/pvqvae.pth'