Awesome
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