Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
make vgg directory
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu2172 committed Aug 20, 2017
1 parent 49249ed commit 0dfddfe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/vgg/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# VGG

For evaluation, please go to [`examples/classification`](https://github.com/chainer/chainercv/tree/master/examples).

## Convert Caffe model
Convert `*.caffemodel` to `*.npz`.

```
$ python caff2npz_vgg_16.py <source>.caffemodel <target>.npz
```

The pretrained `.caffemodel` for VGG-16 can be downloaded from here.
http://www.robots.ox.ac.uk/%7Evgg/software/very_deep/caffe/VGG_ILSVRC_16_layers.caffemodel

0 comments on commit 0dfddfe

Please sign in to comment.