Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhang-cs committed Apr 23, 2017
1 parent 85cc682 commit 9b19cf4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

This repository provides the data and implementation for video summarization with LSTM, i.e. vsLSTM and dppLSTM in our paper:

*[Ke Zhang](http://www-scf.usc.edu/~zhan355/index.html)\*, Wei-Lun Chao\*, Fei Sha, and Kristen Grauman. Video Summarization with Long Short-term Memory. In Proceedings of the European Conference on Computer Vision (ECCV), 2016, Amsterdam, The Netherlands. (*Equal contribution) \[[pdf](http://www-scf.usc.edu/~zhan355/ke_eccv2016.pdf)\] \[[supp](http://www-scf.usc.edu/~zhan355/ke_eccv2016_supp.pdf)\]*
**[Video Summarization with Long Short-term Memory](http://www-scf.usc.edu/~zhan355/ke_eccv2016.pdf)**
<br>
[Ke Zhang](http://www-scf.usc.edu/~zhan355/index.html)\*, Wei-Lun Chao\*, Fei Sha, and Kristen Grauman.
<br>
In Proceedings of the European Conference on Computer Vision (ECCV), 2016, Amsterdam, The Netherlands. (*Equal contribution) \[[pdf](http://www-scf.usc.edu/~zhan355/ke_eccv2016.pdf)\] \[[supp](http://www-scf.usc.edu/~zhan355/ke_eccv2016_supp.pdf)\]

If you find the codes or other related resources from this repository useful, please cite the following paper:

Expand Down Expand Up @@ -71,3 +75,4 @@ cd ./codes
dppLSTM_eval('../data/', '$DATASET$', '/dppLSTM_$DATASET$_2_inference.h5')
```


0 comments on commit 9b19cf4

Please sign in to comment.