summaryrefslogtreecommitdiff
path: root/Codes/constant.py
diff options
context:
space:
mode:
authorStevenLiuWen <liuwen@shanghaitech.edu.cn>2018-03-13 05:38:21 -0400
committerStevenLiuWen <liuwen@shanghaitech.edu.cn>2018-03-13 05:38:21 -0400
commit596fe06acf4c5382bd48aa5ae3809449cdb0532a (patch)
treebd5048ce403c318befdc2acd2578dda743f8f886 /Codes/constant.py
parent4ad77cabf91f25d9bac7cc94bb8c324ee0cd1630 (diff)
update
Diffstat (limited to 'Codes/constant.py')
-rw-r--r--Codes/constant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Codes/constant.py b/Codes/constant.py
index eafeab9..f6f78df 100644
--- a/Codes/constant.py
+++ b/Codes/constant.py
@@ -92,7 +92,7 @@ const.EVALUATE = args.evaluate
# network constants
const.HEIGHT = 256
const.WIDTH = 256
-const.FLOWNET_CHECKPOINT = 'flownet2/checkpoints/FlowNetSD/flownet-SD.ckpt-0'
+const.FLOWNET_CHECKPOINT = 'models/pretrains/flownet-SD.ckpt-0'
const.FLOW_HEIGHT = 384
const.FLOW_WIDTH = 512