cd Vision_Pro_Simulator
python -m venv vp_sim
vp_sim\Scripts\activate
pip install -r requirements.txt
python app.py
- Photos (press 'p' on keyboard)
- Canvas (press 'c' on keyboard)
- Data collection for hand gestures (press 'h' and then 0-9 to record data with label)
- Data collection for finger motions (press 'f' and then 0-9 to record data with label)
- Quit (press 'esc' on keyboard)