zipnerf / scripts /render_360.sh
Cr4yfish's picture
copy files from SuLvXiangXin
c165cd8
raw
history blame contribute delete
481 Bytes
#!/bin/bash
SCENE=bicycle
EXPERIMENT=360_v2/"$SCENE"
DATA_ROOT=/SSD_DISK/datasets/360_v2
DATA_DIR="$DATA_ROOT"/"$SCENE"
accelerate launch render.py \
--gin_configs=configs/360.gin \
--gin_bindings="Config.data_dir = '${DATA_DIR}'" \
--gin_bindings="Config.exp_name = '${EXPERIMENT}'" \
--gin_bindings="Config.render_path = True" \
--gin_bindings="Config.render_path_frames = 120" \
--gin_bindings="Config.render_video_fps = 30" \
--gin_bindings="Config.factor = 4"