Install the zoo demo from the git repository. We urge customers to try this themselves to become familiar with the environment. The steps to run the zoo demo are listed below:
- Ensure that git and Python version 3.4 or newer is installed on the machine.
- Enter command
git clone https://github.com/movidius/ncappzoo.git
- In the cloned repository run
make all
- Once compiled move to /ncappzoo/apps/benchmarkncs.
- Run the command
python3 benchmarkncs.py
- If both the hardware and software are properly installed, the program should run through multiple kinds of neural nets and display an approximate fps for each one.