mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:36:31 +00:00
add nth frame to ai recognition to config
This commit is contained in:
@@ -185,7 +185,7 @@ public partial class App
|
||||
if (windowEnum != WindowEnum.None)
|
||||
return windowEnum;
|
||||
|
||||
element = element.Parent as FrameworkElement;
|
||||
element = (element.Parent ?? element.TemplatedParent) as FrameworkElement;
|
||||
}
|
||||
|
||||
return WindowEnum.None;
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
WindowStyle="None"
|
||||
ResizeMode="NoResize"
|
||||
Top="0"
|
||||
Topmost="True"
|
||||
>
|
||||
Topmost="True">
|
||||
<Grid Background="Black">
|
||||
<Grid.ColumnDefinitions>
|
||||
<ColumnDefinition Width="48"></ColumnDefinition>
|
||||
@@ -29,7 +28,6 @@
|
||||
</ItemsPanelTemplate>
|
||||
</ListView.ItemsPanel>
|
||||
</ListView>
|
||||
|
||||
<Border Grid.Column="2">
|
||||
<Button
|
||||
VerticalAlignment="Top"
|
||||
|
||||
@@ -47,7 +47,8 @@
|
||||
"FrameRecognitionSeconds" : 2,
|
||||
"TrackingDistanceConfidence" : 0.15,
|
||||
"TrackingProbabilityIncrease" : 15,
|
||||
"TrackingIntersectionThreshold" : 0.8
|
||||
"TrackingIntersectionThreshold" : 0.8,
|
||||
"FramePeriodRecognition": 4
|
||||
},
|
||||
|
||||
"ThumbnailConfig": {
|
||||
|
||||
@@ -38,5 +38,4 @@ curl --location %API_URL%/resources ^
|
||||
-H "Content-Type: multipart/form-data" ^
|
||||
--form "data=@%FILE2_TO_UPLOAD%"
|
||||
|
||||
|
||||
echo Done!
|
||||
|
||||
Reference in New Issue
Block a user