兵马逐浪去,将象入海流。炮声震心动,惊起卧龙游。
我的博客园主页 --------- 我的知乎主页 --------- 我的github主页 --------- 我的csdn主页 --------- 我的新浪微博

caffe-ubuntu1604-gtx850m-i7-4710hq----bvlc_reference_caffenet.caffemodel

 

 

 /media/whale/wsWin10/images/2.jpeg

 

 

./build/install/bin/classification  \
   models/bvlc_reference_caffenet/deploy.prototxt  \
 models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel  \
 data/ilsvrc12/imagenet_mean.binaryproto   data/ilsvrc12/synset_words.txt \
 /media/whale/wsWin10/images/2.jpeg

 

whale@sea:/media/whale/wsWin10/wsUbuntu16.04/DlFrames/caffe$ ./build/install/bin/classification     models/bvlc_reference_caffenet/deploy.prototxt   models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel   data/ilsvrc12/imagenet_mean.binaryproto   data/ilsvrc12/synset_words.txt   /media/whale/wsWin10/images/2.jpeg
---------- Prediction for /media/whale/wsWin10/images/2.jpeg ----------
0.5780 - "n02504458 African elephant, Loxodonta africana"
0.3664 - "n01871265 tusker"
0.0492 - "n02504013 Indian elephant, Elephas maximus"
0.0046 - "n02408429 water buffalo, water ox, Asiatic buffalo, Bubalus bubalis"
0.0004 - "n02437312 Arabian camel, dromedary, Camelus dromedarius"
whale@sea:/media/whale/wsWin10/wsUbuntu16.04/DlFrames/caffe$ 

 

/media/whale/wsWin10/images/person/2.jpg

 

./build/install/bin/classification  \
   models/bvlc_reference_caffenet/deploy.prototxt  \
 models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel  \
 data/ilsvrc12/imagenet_mean.binaryproto   data/ilsvrc12/synset_words.txt \
  /media/whale/wsWin10/images/person/2.jpg

 

whale@sea:/media/whale/wsWin10/wsUbuntu16.04/DlFrames/caffe$ ./build/install/bin/classification  \
>    models/bvlc_reference_caffenet/deploy.prototxt  \
>  models/bvlc_reference_caffenet/bvlc_reference_caffenet.caffemodel  \
>  data/ilsvrc12/imagenet_mean.binaryproto   data/ilsvrc12/synset_words.txt \
>   /media/whale/wsWin10/images/person/2.jpg
---------- Prediction for /media/whale/wsWin10/images/person/2.jpg ----------
0.3411 - "n03676483 lipstick, lip rouge"
0.1024 - "n03325584 feather boa, boa"
0.0978 - "n07615774 ice lolly, lolly, lollipop, popsicle"
0.0734 - "n02786058 Band Aid"
0.0601 - "n04357314 sunscreen, sunblock, sun blocker"

 

posted @ 2018-01-12 17:55  leoking01  阅读(402)  评论(0编辑  收藏  举报
#back-to-top { background-color: #00CD00; bottom: 0; box-shadow: 0 0 6px #00CD00; color: #444444; padding: 10px 10px; position: fixed; right: 50px; cursor: pointer; }