forked from YotYot/StereoNet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
19 lines (14 loc) · 616 Bytes
/
Copy pathrun.sh
File metadata and controls
19 lines (14 loc) · 616 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/bash
python main.py --maxdisp 192 \
--model stackhourglass \
--datapath /media/jiaren/ImageNet/SceneFlowData/ \
--epochs 0 \
--loadmodel ./trained/checkpoint_10.tar \
--savemodel ./trained/
python finetune.py --maxdisp 192 \
--model stackhourglass \
--datatype 2015 \
--datapath /media/jiaren/ImageNet/data_scene_flow_2015/training/ \
--epochs 300 \
--loadmodel ./trained/checkpoint_10.tar \
--savemodel ./trained/