C# object detection GUI application using Alturos Yolo. The application detects objects from a picture :
- Make a rectangle around them with the type of the object
- Fill the data of the object in a data grid like: Type, coordinates, width, height
C# object detection GUI application using Alturos Yolo. The application detects objects from a picture.
C#
C# object detection GUI application using Alturos Yolo. The application detects objects from a picture :