May 2020
Beginner to intermediate
430 pages
10h 39m
English
As we mentioned previously, OpenVINO's toolkit installation for Raspberry Pi is different to how it's done on a regular PC. The installation for Raspberry Pi does not include the Model Optimizer. Neural Compute Application Zoo (ncpappzoo) is an open source repository. Let's take a look at how to use ncappzoo:
```$cd ~$git clone https://github.com/opencv/dldt.git$ dldt/model-optimizer$pip3 install -r requirements_tf.txt$pip3 install -r requirements_caffe.txt ...