Skip to content

darashi/chainer-example-overfeat-classify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chainer-example-overfeat-classify

Image classifier built with Chainer, an implementation of OverFeat.

Requirements

Install

Download pre-trained models:

sh download_model.sh

Run

Classify example.jpg with fast model on CPU:

python classify.py example.jpg

Classify example.jpg with accurate model on CPU:

python classify.py --model accurate example.jpg

Classify example.jpg with fast model on GPU (ID=0):

python classify.py --gpu 0 example.jpg

References

About

Image classifier built with Chainer, an implementation of OverFeat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published