mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 01:56:31 +00:00
add offset
fixes add visual validation border and validate functionality
This commit is contained in:
@@ -186,7 +186,7 @@ public class YoloLabel : Label
|
||||
|
||||
public class Detection : YoloLabel
|
||||
{
|
||||
public string AnnotationName { get; set; }
|
||||
public string AnnotationName { get; set; } = null!;
|
||||
public double? Probability { get; set; }
|
||||
|
||||
//For db
|
||||
|
||||
Reference in New Issue
Block a user