首页 > 其他 > 详细

caffe学习--cifar10-20171103

时间:2017-11-03 12:47:44      阅读:338      评论:0      收藏:0      [点我收藏+]
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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!