https://github.com/amusi/tfClassifier
查看图像分类信息
- python classifier.py --image_file Datasets/samples/street.jpg
查看图像分类信息,并列出评分前5的分类信息
- python classifier.py --image_file inception/street.jpg --num_top_predictions 5
Reference: http://www.p5w.net/weyt/201707/t20170731_1900138.htm
This repository contains code to:
- setup the tensorflow imagenet classifier which is capable of identifying 1000 objects.
- setup a retraining script that takes in your own images and trains a new mdoel that you can use.
- Using tensorflow to build a text classification system.
setting up tensorflow classifier and retraining it
find the tutorials here: