Project with Networking and MediaPipe (will need to download needed dependencies (refer to earlier labs))
To run MediaPipe:
- Open Gesture Folder
- Activate Conda Environment: conda activate (environment name)
- Run python program: python gesture+localization.py
Might Change from user to user:
- Line 183 in gesture+localization.py boxdimension = 150 ---> change the dimensions to whatever suits your device
- In Scorer.cs, change the path outputPath to the path of the file gesturefile.txt on your local device.
- Change the IP in Network Manager/NetMan/Network Manager/Network Info/Network Address to you local IP address.
Original repo that this team used including most team member's commits can be found in [here] with the very original repo being found [here]