From b4c37131f2f681857ac693a172a11e51ac26cfa7 Mon Sep 17 00:00:00 2001 From: StevenLiuWen Date: Tue, 13 Mar 2018 07:46:50 -0400 Subject: update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1b9d17d..33fc36b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cd Data ``` ## 3. Testing on saved models -* Download the trained models +* Download the trained models (it contains the pretrained FlowNet and the trained models of papers, such as ped1, ped2 and avenue). ```shell cd checkpoints ./download_pretrains.sh @@ -58,6 +58,7 @@ python inference.py --dataset avenue \ ## 4. Training from scratch (here we use ped2 and avenue datasets for examples) +* Download the pretrained FlowNet at first and see above mentioned step 3.1 * Set hyper-parameters The default hyper-parameters, such as $\lambda_{init}$, $\lambda_{gd}$, $\lambda_{op}$, $\lambda_{adv}$ and the learning rate of G, as well as D, are all initialized in **training_hyper_params/hyper_params.ini**. * Running script (as ped2 or avenue for instances) and cd into **Codes** folder at first. -- cgit v1.2.3-70-g09d2