mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
fix inference UI and annotation saving
This commit is contained in:
@@ -59,7 +59,7 @@ public class DetectionControl : Border
|
||||
};
|
||||
_probabilityLabel = new Label
|
||||
{
|
||||
Content = probability.HasValue ? $"{probability.Value:F0}%" : string.Empty,
|
||||
Content = probability.HasValue ? $"{probability.Value*100:F0}%" : string.Empty,
|
||||
HorizontalAlignment = HorizontalAlignment.Right,
|
||||
VerticalAlignment = VerticalAlignment.Top,
|
||||
Margin = new Thickness(0, -32, 0, 0),
|
||||
|
||||
Reference in New Issue
Block a user