Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
PINTO0309 committed Jul 18, 2018
2 parents 89dfafb + 3c25e81 commit 6776e57
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ In order to realize high speed rendering with multi stick, it is implemented in
**【Japanese Article】https://qiita.com/PINTO/items/b97b3334ed452cb555e2**<br>
**【RealSense D435 Version】 https://github.com/PINTO0309/MobileNet-SSD-RealSense.git**

# Change history
[July 19, 2018] Corresponds to NCSDK v2.00.05.02 / OpenCV 3.4.2 / FPS View<br>


# Image of motion
MobileNet-SSD + Neural Compute Stick + RaspberryPi3 / MultiStick(3 Stick / Hard Motion)

Expand All @@ -16,11 +20,11 @@ Youtube: https://youtu.be/sQnFbRSqIA8
# Environment
・RaspberryPi 3 + Raspbian Stretch

・NCSDK v1.12.00 (It does not work with NCSDK v2.04)
・NCSDK v2.00.05.02 (It does not work with NCSDK v1 **[v1 is here](https://github.com/PINTO0309/MobileNet-SSD/tree/v1.0)**)

・Intel Movidius Neural Compute Stick 1 piece

・OpenCV 3.4.1
・OpenCV 3.4.2

・OpenGL

Expand Down Expand Up @@ -52,8 +56,9 @@ $ make install
```
4. Installation of OpenCV
```
$ wget https://github.com/PINTO0309/OpenCVonARMv7/raw/master/libopencv3_3.4.1-20180304.1_armhf.deb
$ sudo apt install -y ./libopencv3_3.4.1-20180304.1_armhf.deb
$ cd ~
$ wget https://github.com/PINTO0309/OpenCVonARMv7/raw/master/libopencv3_3.4.2-20180709.1_armhf.deb
$ sudo apt install -y ./libopencv3_3.4.2-20180709.1_armhf.deb
$ sudo ldconfig
```
5. Installing OpenGL
Expand Down Expand Up @@ -107,6 +112,9 @@ YoloV2 より超速 MobileNetSSD+Neural Compute Stick(NCS)+Raspberry Piによる
**【Qiita記事】 https://qiita.com/PINTO/items/b97b3334ed452cb555e2**<br>
**【RealSense D435対応版】 https://github.com/PINTO0309/MobileNet-SSD-RealSense.git**

# 変更履歴
[2018/07/19] NCSDK v2.00.05.02対応 / OpenCV 3.4.2対応 / FPS View対応<br>

# 動作イメージ
MobileNet-SSD + Neural Compute Stick + RaspberryPi3 / MultiStick(3本/Hard)

Expand All @@ -116,11 +124,11 @@ Youtube: https://youtu.be/sQnFbRSqIA8
# 環境
・RaspberryPi 3 + Raspbian Stretch

・NCSDK v1.12.00 (NCSDK 2.04 では動作しません)
・NCSDK v2.00.05.02 (NCSDK v1では動作しません **[v1バージョンはこちら](https://github.com/PINTO0309/MobileNet-SSD/tree/v1.0)**)

・Intel Movidius Neural Compute Stick 1本

・OpenCV 3.4.1
・OpenCV 3.4.2

・OpenGL

Expand Down Expand Up @@ -152,8 +160,8 @@ $ make install
```
4. OpenCVのインストール
```
$ wget https://github.com/PINTO0309/OpenCVonARMv7/raw/master/libopencv3_3.4.1-20180304.1_armhf.deb
$ sudo apt install -y ./libopencv3_3.4.1-20180304.1_armhf.deb
$ wget https://github.com/PINTO0309/OpenCVonARMv7/raw/master/libopencv3_3.4.2-20180709.1_armhf.deb
$ sudo apt install -y ./libopencv3_3.4.2-20180709.1_armhf.deb
$ sudo ldconfig
```
5. OpenGLのインストール
Expand Down

0 comments on commit 6776e57

Please sign in to comment.