Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

roboflowoak-0.0.1.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

roboflowoak-0.0.1-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page