diff options
| author | StevenLiuWen <liuwen@shanghaitech.edu.cn> | 2018-03-13 07:46:50 -0400 |
|---|---|---|
| committer | StevenLiuWen <liuwen@shanghaitech.edu.cn> | 2018-03-13 07:46:50 -0400 |
| commit | b4c37131f2f681857ac693a172a11e51ac26cfa7 (patch) | |
| tree | def45af30bf04b3ff2c7fc1a2d6fd8eecd82aec6 /README.md | |
| parent | ec126e9d86e6d5323de92dfca9df044cd4eba79b (diff) | |
update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
