mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:16:30 +00:00
253f811125
lat lon -> geopoint correct location for gps if small keypoints number
11 lines
320 B
C#
11 lines
320 B
C#
namespace Azaion.Common.DTO.Config;
|
|
|
|
public class UIConfig
|
|
{
|
|
public double LeftPanelWidth { get; set; }
|
|
public double RightPanelWidth { get; set; }
|
|
public bool GenerateAnnotatedImage { get; set; }
|
|
public bool SilentDetection { get; set; }
|
|
public bool ShowDatasetWithDetectionsOnly { get; set; }
|
|
}
|