mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:46:30 +00:00
add altitude + camera spec component and calc tile size by this
also restrict detections to be no bigger than in classes.json
This commit is contained in:
@@ -162,7 +162,7 @@ public class AnnotatorEventHandler(
|
||||
break;
|
||||
case PlaybackControlEnum.Stop:
|
||||
inferenceService.StopInference();
|
||||
await mainWindow.DetectionCancellationSource.CancelAsync();
|
||||
await mainWindow.DetCancelSource.CancelAsync();
|
||||
mediaPlayer.Stop();
|
||||
break;
|
||||
case PlaybackControlEnum.PreviousFrame:
|
||||
|
||||
Reference in New Issue
Block a user