美文网首页深度学习
tensorflow猫狗识别例程

tensorflow猫狗识别例程

作者: dopami | 来源:发表于2018-02-12 13:42 被阅读53次

    具体工程代码git地址

    https://github.com/hongrui16/myTensorFlowTutorials/tree/master/%E7%8C%AB%E7%8B%97%E8%AF%86%E5%88%AB

    1 从必应上爬取猫狗图片

    (这里是python3)

    python debug.py cat -n 200 -f 10

    2 整理图片

    (python2)

    python renameImgs.py

    3 训练,测试

    (python2)

    python training.py

    python evaluateCatOrDog.py

    相关文章

      网友评论

        本文标题:tensorflow猫狗识别例程

        本文链接:https://www.haomeiwen.com/subject/hnbrtftx.html