mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:36:30 +00:00
move detection classes and other system values from local config to remote
forbid non validators to read from queue create better visualization in detector control make colors for detection classes more distinguishable fix bug with removing detection (probably completely)
This commit is contained in:
@@ -3,7 +3,7 @@ using Newtonsoft.Json;
|
||||
|
||||
namespace Azaion.Common.DTO;
|
||||
|
||||
public class DetectionClass
|
||||
public class DetectionClass : ICloneable
|
||||
{
|
||||
public int Id { get; set; }
|
||||
|
||||
@@ -49,6 +49,8 @@ public class DetectionClass
|
||||
detClass.PhotoMode = photoMode;
|
||||
return detClass;
|
||||
}
|
||||
|
||||
public object Clone() => MemberwiseClone();
|
||||
}
|
||||
|
||||
public enum PhotoMode
|
||||
|
||||
Reference in New Issue
Block a user