2017年7月29日

使用tensorflow的retrain.py训练图片分类器

摘要: 参考 https://hackernoon.com/creating-insanely-fast-image-classifiers-with-mobilenet-in-tensorflow-f030ce0a2991 https://github.com/tensorflow/tensorflow/ 阅读全文

posted @ 2017-07-29 17:36 蚂蚁flow 阅读(2558) 评论(0) 推荐(0) 编辑

mAP

摘要: mean average precision 阅读全文

posted @ 2017-07-29 16:25 蚂蚁flow 阅读(97) 评论(0) 推荐(0) 编辑

linux复制指定文件

摘要: find /somedir -type f|xargs -I {} cp {} . find /somedir -name "*.txt"|xargs -I {} cp {} . 阅读全文

posted @ 2017-07-29 15:20 蚂蚁flow 阅读(185) 评论(0) 推荐(0) 编辑

linux xargs详解

摘要: xargs [-0prtx] [-E eof-str] [-e[eof-str]] [--eof[=eof-str]] [--null] [-d delimiter] [--delimiter delimiter] [-I replace-str] [-i[replace- str]] [--rep 阅读全文

posted @ 2017-07-29 15:19 蚂蚁flow 阅读(564) 评论(0) 推荐(0) 编辑

MobileNets: Open-Source Models for Efficient On-Device Vision

摘要: https://research.googleblog.com/2017/06/mobilenets-open-source-models-for.html Wednesday, June 14, 2017 Posted by Andrew G. Howard, Senior Software En 阅读全文

posted @ 2017-07-29 11:16 蚂蚁flow 阅读(263) 评论(0) 推荐(0) 编辑

导航