Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Dec 3, 2018
1 parent c03fc12 commit 1abfdc0
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ python train.py --gpu_id 0 --batch_size 1 --lr 0.0001 --pretrained False
python test.py --gpu_id 0 --batch_size 128 --model (model_path)
```
5. Get our pretrained model.
- Polygon-RNN on Cityscapes: [Google Drive](https://drive.google.com/open?id=1O5XNWdj7lkyiA0boR-RuN4zGxO6OHQ6y), [Baidu Pan](https://pan.baidu.com/s/1QkKW3YdLrpzKk6RMXPGWiQ)
## Video Future Prediction
### Results
Expand Down Expand Up @@ -336,11 +339,11 @@ Special thanks for the source code of [MCnet](https://github.com/rubenvillegas/i
Please cite these papers in your publications if it helps your research:
```
@article{pang2018deeprnn
title = {Deep RNN Framework for Visual Sequential Applications}
author = {Bo, Pang and Kaiwen, Zha and Hanwen, Cao and Chen, Shi, and Cewu, Lu},
journal = {arXiv preprint}
year = {2018}
}
@article{pang2018deep,
title={Deep RNN Framework for Visual Sequential Applications},
author={Pang, Bo and Zha, Kaiwen and Cao, Hanwen and Shi, Chen and Lu, Cewu},
journal={arXiv preprint arXiv:1811.09961},
year={2018}
}
```

0 comments on commit 1abfdc0

Please sign in to comment.