This program allows user to manipulation 3D models (.obj format) with their hands. The project support both the OAK-D and OAK-D-LITE.
On an Intel-based macOS or Linux machine, run the following command in the terminal:
git clone https://github.com/cortictechnology/vision_ui.git
cd vision_ui
python3 -m pip install -r requirements.txt
For Linux only, make sure your OAK-D device is not plugged in and then run the following:
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
- Make sure the OAK-D/OAK-D-Lite device is plug into the computer.
- In the terminal, run
python3 main.py
The ai_models folder includes two Intel Myriad X optimized models:
- palm_detection_sh4.blob: This is the palm detection model
- hand_landmark_sh4.blob: This is the model to detect the hand landmarks using the palm detection model