Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rezoo committed Aug 30, 2017
1 parent af4a0f6 commit 8f4b11d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
11 changes: 4 additions & 7 deletions README.md
Expand Up @@ -2,17 +2,14 @@

``illustration2vec (i2v)`` is a simple library for estimating a set of tags and
extracting semantic feature vectors from given illustrations.
For details, please see [our project page](http://illustration2vec.net) or
[our main paper](http://illustration2vec.net/papers/illustration2vec-main.pdf).

# Demo

* http://demo.illustration2vec.net
For details, please see
[our main paper](https://github.com/rezoo/illustration2vec/raw/master/papers/illustration2vec-main.pdf).

# Requirements

* Pre-trained models (``i2v`` uses Convolutional Neural Networks. Please download
several pre-trained models from http://illustration2vec.net,
several pre-trained models from
[here](https://github.com/rezoo/illustration2vec/releases),
or execute ``get_models.sh`` in this repository).
* ``numpy`` and ``scipy``
* ``PIL`` (Python Imaging Library) or its alternatives (e.g., ``Pillow``)
Expand Down
9 changes: 4 additions & 5 deletions get_models.sh
Expand Up @@ -5,11 +5,10 @@ DIR="$( cd "$(dirname "$0")" ; pwd -P )"
cd $DIR

echo "Downloading pre-trained models..."
wget http://illustration2vec.net/models/tag_list.json.gz
wget http://illustration2vec.net/models/illust2vec_tag.prototxt
wget http://illustration2vec.net/models/illust2vec_tag_ver200.caffemodel
wget http://illustration2vec.net/models/illust2vec.prototxt
wget http://illustration2vec.net/models/illust2vec_ver200.caffemodel
wget https://github.com/rezoo/illustration2vec/releases/download/v2.0.0/tag_list.json.gz
wget https://github.com/rezoo/illustration2vec/releases/download/v2.0.0/illust2vec_tag.prototxt
wget https://github.com/rezoo/illustration2vec/releases/download/v2.0.0/illust2vec_tag_ver200.caffemodel
wget https://github.com/rezoo/illustration2vec/releases/download/v2.0.0/illust2vec_ver200.caffemodel
gunzip tag_list.json.gz

echo "Done."

0 comments on commit 8f4b11d

Please sign in to comment.