Image classifier built with Chainer, an implementation of OverFeat.
Download pre-trained models:
sh download_model.sh
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