Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 441 Bytes

File metadata and controls

17 lines (15 loc) · 441 Bytes

Vision Pro Simulator

Run

cd Vision_Pro_Simulator
python -m venv vp_sim
vp_sim\Scripts\activate 
pip install -r requirements.txt
python app.py

Mode

  • 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)