Skip to content

Commit

Permalink
fixed pretrained model
Browse files Browse the repository at this point in the history
  • Loading branch information
samaonline committed Aug 23, 2017
1 parent cfc9157 commit 2b126ed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -11,6 +11,10 @@ Note: 1. The latest version of tensorflow is needed.
A Strongly-supervised Representation for Detailed Action Understanding" International Conference on Computer Vision (ICCV). Dec 2013.):
http://dreamdragon.github.io/PennAction/

Then download pretrained alexnet model: ./models/download.sh

and pretrained vgg model: https://mega.nz/#!YU1FWJrA!O1ywiCS2IiOlUCtCpI6HTJOMrneN-Qdv3ywQP5poecM (rename it vgg.npy afterwards)

and then run preposs.ipynb

3. Run our LSTM model and analogy network model separately.
3 changes: 3 additions & 0 deletions models/download.sh
@@ -0,0 +1,3 @@
wget http://www.cs.toronto.edu/~guerzhoy/tf_alexnet/bvlc_alexnet.npy
mv bvlc_alexnet.npy models/alexnet.npy

0 comments on commit 2b126ed

Please sign in to comment.