python client for deploying Roboflow models to OAK devices
Project description
# Setup Instructions
## DepthAI
### Linux
Install DepthAI Dependencies
` sudo wget -qO- https://docs.luxonis.com/install_dependencies.sh | bash `
Set USB Permissions
` echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="03e7", MODE="0666"' | sudo tee /etc/udev/rules.d/80-movidius.rules sudo udevadm control --reload-rules && sudo udevadm trigger `
### Windows
Install Chocolatey
` Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) `
Install DepthAI Dependencies
` choco install cmake git python pycharm-community -y `
### MacOS
Install DepthAI Dependencies
` bash -c "$(curl -fL https://docs.luxonis.com/install_dependencies.sh)" `
See M1 specific instructions in M1Install.md
## Install Python Dependencies
` pip3 install -r requirements.txt `
Importantly, depthai and opencv
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for roboflowoak-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2d7f31e8939498af0167e8ea4afc540a55a792e53e1659ef545a4657071f57eb |
|
MD5 | fcb1aa6db0b366b137d4177bebda9fad |
|
BLAKE2b-256 | e22ac840ee9fc8c055195b9f4789a3b415c9bb4a42e19289846be0a1c74b683d |