Raspberry Pi で、OpenModelZooのデモをインストールする
OpenModelZooとは
オープン・モデルの動物園だ
https://github.com/opencv/open_model_zoo
Raspberry Pi でOpenVINOをインストールする
インストール方法
git clone https://github.com/opencv/open_model_zoo.git --branch 2019
cd open_model_zoo/demos
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=armv7-a" ../.
git clone https://github.com/opencv/open_model_zoo.git --branch 2019
cd open_model_zoo/demos
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS="-march=armv7-a" ../.
すべてのデモをビルドする
make all
あるいは 好きなデモをmakeする
make -j2 super_resolution_demo/
super_resolution_demoを使う
#まずはmodelをダウンロードする
wget https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/single-image-super-resolution-1033/FP16/single-image-super-resolution-1033.xml
wget https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/single-image-super-resolution-1033/FP16/single-image-super-resolution-1033.bin
/home/pi/build2/armv7l/Release/super_resolution_demo -m /home/pi/models/single-image-super-resolution-1033.xml -i small_size_picture.png -d MYRIAD
#まずはmodelをダウンロードする
wget https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/single-image-super-resolution-1033/FP16/single-image-super-resolution-1033.xml
wget https://download.01.org/opencv/2019/open_model_zoo/R3/20190905_163000_models_bin/single-image-super-resolution-1033/FP16/single-image-super-resolution-1033.bin
/home/pi/build2/armv7l/Release/super_resolution_demo -m /home/pi/models/single-image-super-resolution-1033.xml -i small_size_picture.png -d MYRIAD
Author And Source
この問題について(Raspberry Pi で、OpenModelZooのデモをインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/yon_engineer/items/bde6e6829396040b58dd著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .