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
File details
Details for the file robofloak-0.0.2.tar.gz
.
File metadata
- Download URL: robofloak-0.0.2.tar.gz
- Upload date:
- Size: 7.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ddb34f83e63a98048b9a01c7a4575c0f4707581bdf398ab18642f997fcb9e205 |
|
MD5 | ae592bf2e53c8ce288ea91e509ef9695 |
|
BLAKE2b-256 | 5293573262114f7af54a023f90238375b9d5f029ec90b0ee78dcd9384dbf00c8 |
File details
Details for the file robofloak-0.0.2-py2-none-any.whl
.
File metadata
- Download URL: robofloak-0.0.2-py2-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.8.2 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 456659c7ecbaab0872fc306a37b2d61f00a89c334df5e9436a227cf7884aa6b1 |
|
MD5 | 03ce3fa2e1986e3f50b4db5af73519dd |
|
BLAKE2b-256 | 7a9dec9177e4537ef25fa74b74970a9a9b47a0f1ebccdd19b0b4cf3619f8270e |