mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 08:56:30 +00:00
update installer
This commit is contained in:
@@ -188,8 +188,8 @@ public class YoloLabel : Label
|
||||
[MessagePackObject]
|
||||
public class Detection : YoloLabel
|
||||
{
|
||||
[Key("an")] public string AnnotationName { get; set; } = null!;
|
||||
[Key("p")] public double? Probability { get; set; }
|
||||
[JsonProperty(PropertyName = "an")][Key("an")] public string AnnotationName { get; set; } = null!;
|
||||
[JsonProperty(PropertyName = "p")][Key("p")] public double? Probability { get; set; }
|
||||
|
||||
//For db & serialization
|
||||
public Detection(){}
|
||||
|
||||
Reference in New Issue
Block a user