FirstModulAR 0.1.0
Loading...
Searching...
No Matches
Object Detection

The Object Detection package is a simple utility that allows usage of YOLO object detection within unity. For a similar but more advanced use case utilizing YOLO and EasyOCR, look at the LicensePlateRecognition package. The package includes:

  • Python Process: Listens for image data and returns a response with a box representing the detected object, along with what it thinks the object is, and a confidence value.
  • Test Script An example of how the PythonYolo instance can be utilized.