码迷,mamicode.com
首页 > 其他好文 > 详细

caffe学习--cifar10-20171103

时间:2017-11-03 13:10:34      阅读:179      评论:0      收藏:0      [点我收藏+]

标签:deploy   blog   mod   mode   foo   ref   class   style   download   

classification    ./examples/cifar10/cifar10_full.prototxt  ./examples/cifar10/cifar10_full_iter_70000.caffemodel.h5 ./examples/cifar10/mean.binaryproto    ./examples/cifar10/labels.txt   ~/Downloads/images/horse/8.jpg

sea@sea-X550JK:~/caffe$ classification --help
Usage: classification deploy.prototxt network.caffemodel mean.binaryproto labels.txt img.jpg


classification    models/bvlc_reference_caffenet/deploy.prototxt
models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel 
models/bvlc_reference_caffenet/mean.binaryproto   
models/bvlc_reference_caffenet/labels.txt   
~/Downloads/images/horse/8.jpg

 

 

 

python python/classify.py --model_def examples/cifar10/cifar10_quick.prototxt --pretrained_model examples/cifar10/cifar10_quick_iter_5000.caffemodel.h5 --center_only  examples/images/cat.jpg foo

 

caffe学习--cifar10-20171103

标签:deploy   blog   mod   mode   foo   ref   class   style   download   

原文地址:http://www.cnblogs.com/leoking01/p/7777428.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!