Files
annotations/Dummy/Azaion.Annotator/YOLODetector.cs
T
Alex Bezdieniezhnykh 0b38d9b24c add dummy dlls for show wrong pass caption
add image processing
2024-12-01 00:46:47 +02:00

6 lines
104 B
C#

namespace Azaion.Annotator;
public interface IAIDetector;
public class YOLODetector : IAIDetector;