mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
added better logging to python
add day / winter / night switcher
This commit is contained in:
@@ -11,8 +11,6 @@ public class AnnotationConfig
|
||||
[JsonIgnore]
|
||||
public Dictionary<int, DetectionClass> DetectionClassesDict => _detectionClassesDict ??= AnnotationClasses.ToDictionary(x => x.Id);
|
||||
|
||||
public int? LastSelectedExplorerClass { get; set; }
|
||||
|
||||
public List<string> VideoFormats { get; set; } = null!;
|
||||
public List<string> ImageFormats { get; set; } = null!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user