mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:36:31 +00:00
0b38d9b24c
add image processing
6 lines
104 B
C#
6 lines
104 B
C#
namespace Azaion.Annotator;
|
|
|
|
public interface IAIDetector;
|
|
|
|
public class YOLODetector : IAIDetector;
|