GwcNet/scripts/sceneflow.sh
2019-04-15 23:12:26 +08:00

7 lines
326 B
Bash
Executable File

#!/usr/bin/env bash
set -x
DATAPATH="/home/xyguo/data/scene_flow/"
python main.py --dataset sceneflow \
--datapath $DATAPATH --trainlist ./filenames/sceneflow_train.txt --testlist ./filenames/sceneflow_test.txt \
--epochs 16 --lrepochs "10,12,14,16:2" \
--model gwcnet-gc --logdir ./checkpoints/sceneflow/gwcnet-gc