Python Yolo instance, launches python process running yolo, and sends images to it for object detection.
More...
Python Yolo instance, launches python process running yolo, and sends images to it for object detection.
◆ PythonYolo()
| FMAR.ImageProcessing.ObjectDetection.PythonYolo.PythonYolo |
( |
string | modelPath | ) |
|
|
inline |
Launches a python instance running yolo.
- Parameters
-
| modelPath | The path to the yolo model to use. |
◆ Dispose()
| void FMAR.ImageProcessing.ObjectDetection.PythonYolo.Dispose |
( |
| ) |
|
|
inline |
◆ SendImageToPython()
| async Task< List< YoloItem > > FMAR.ImageProcessing.ObjectDetection.PythonYolo.SendImageToPython |
( |
byte[] | imageBytes | ) |
|
|
inline |
The documentation for this class was generated from the following file:
- /github/workspace/Packages/FMAR/ImageProcessing/ObjectDetection/Runtime/Scripts/PythonYolo.cs