mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:56:31 +00:00
switcher dataset explorer
lat lon -> geopoint correct location for gps if small keypoints number
This commit is contained in:
@@ -73,9 +73,27 @@
|
||||
<ColumnDefinition Width="4"/>
|
||||
<ColumnDefinition Width="*" />
|
||||
</Grid.ColumnDefinitions>
|
||||
<controls:DetectionClasses x:Name="LvClasses"
|
||||
Grid.Column="0"
|
||||
Grid.Row="0" />
|
||||
<Grid Name="LeftPane"
|
||||
ShowGridLines="False"
|
||||
Background="Black"
|
||||
HorizontalAlignment="Stretch">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="*"></RowDefinition>
|
||||
<RowDefinition Height="35"></RowDefinition>
|
||||
<RowDefinition Height="35"></RowDefinition>
|
||||
</Grid.RowDefinitions>
|
||||
<controls:DetectionClasses
|
||||
x:Name="LvClasses"
|
||||
Grid.Column="0"
|
||||
Grid.Row="0" />
|
||||
<CheckBox Grid.Row="1"
|
||||
Margin="10"
|
||||
Foreground="White"
|
||||
Name="ShowWithObjectsOnlyChBox"
|
||||
Click="ShowWithObjectsOnly_OnClick">
|
||||
Показувати лише анотації з об'єктами
|
||||
</CheckBox>
|
||||
</Grid>
|
||||
<TabControl
|
||||
Name="Switcher"
|
||||
Grid.Column="2"
|
||||
|
||||
Reference in New Issue
Block a user