曾经有一个0.11的classify_image.py,现在是/examples/label_image
中C ++的唯一图像分类。
https://github.com/tensorflow/tensorflow/search?utf8=%E2%9C%93&q=classify_image.py
文件是否已重命名并移动?如何用TF .12来分类python中的图像?
答案 0 :(得分:1)
请注意,现在models目录是Tensorflow组织中的一个全新的存储库。
您想要的文件已移至:https://github.com/tensorflow/models/tree/master/tutorials/image/imagenet
使用Inception进行简单图像分类。运行图像分类 使用Ince在ImageNet 2012 Challenge数据集上进行培训。