Skip to content

Releases: unitedgamesbr/Python-Yolo-Wrapper-for-Unity-interactions

Release list

Installer v1

Choose a tag to compare

@thalesv6 thalesv6 released this 06 Mar 16:07
f438b2a

- Installer and Run v1

  1. Unzip contents inside the folder you want to install pywui
  2. Run install.bat
  3. Wait for the Instalation to finish.
  4. Run run.bat
  5. Select your camera
  6. Wait for the script to launch yolo

If you never executed unsigned scripts on your machine you need to run this on a Admin powershel:
Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy Unrestricted -Force;