PINTO0309 / MobileNet-SSD-RealSense

[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
https://qiita.com/PINTO
MIT License
366 stars 127 forks source link

ncsdk "make examples" - installs OpenCV (is it really needed?) #8

Closed bonastreyair closed 6 years ago

bonastreyair commented 6 years ago

Dear PINTO,

I noted that when doing "make examples -j1" when installing ncsdk it automatically installs OpenCV... I understand that if you are doing a fresh install there is no need to install it to later uninstall it and then install it again in your step-by-step, so do I really need to make the examples in this step or I can psotpone this step after the whole step-by-step process?

I also see now there are repeated steps regarding the installation of protobuf 3.5.1, do I really need to install it twice?

Thanks in avdance!

btw: you made an amazing work! thks a lot!

PINTO0309 commented 6 years ago

@bonastreyair

so do I really need to make the examples in this step or I can psotpone this step after the whole step-by-step process?

"make examples" is not necessary. It does not matter if it is executed at the end. However, I recommend reinstalling tensorflow. Also, protobuf (>=3.5.1) is required to install tensorflow (>=1.8.0). Tensorflow1.7.0 is very unstable.

I also see now there are repeated steps regarding the installation of protobuf 3.5.1, do I really need to install it twice?

Sorry. It is a mistake in correcting the procedure. Because I corrected it in a hurry, I forgot to delete one. I will correct it immediately.

bonastreyair commented 6 years ago

Thanks a lot!

Issue closed!