From 596fe06acf4c5382bd48aa5ae3809449cdb0532a Mon Sep 17 00:00:00 2001 From: StevenLiuWen Date: Tue, 13 Mar 2018 05:38:21 -0400 Subject: update --- Codes/constant.py | 2 +- Codes/flownet2/.gitignore | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 Codes/flownet2/.gitignore (limited to 'Codes') 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 diff --git a/Codes/flownet2/.gitignore b/Codes/flownet2/.gitignore new file mode 100644 index 0000000..31abf4e --- /dev/null +++ b/Codes/flownet2/.gitignore @@ -0,0 +1,9 @@ +__pycache__/ +*.py[cod] +*$py.class +*.o +*.so +*.so.dSYM +checkpoints/ +!checkpoints/download.sh +!checkpoints/README.md -- cgit v1.2.3-70-g09d2