mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 15:06:29 +00:00
add manual Tile Processor
zoom on video on pause (temp image)
This commit is contained in:
@@ -67,7 +67,7 @@ public class DatasetExplorerEventHandler(
|
||||
var a = datasetExplorer.CurrentAnnotation!.Annotation;
|
||||
|
||||
var detections = datasetExplorer.ExplorerEditor.CurrentDetections
|
||||
.Select(x => new Detection(a.Name, x.GetLabel(datasetExplorer.ExplorerEditor.RenderSize)))
|
||||
.Select(x => new Detection(a.Name, x.ToYoloLabel(datasetExplorer.ExplorerEditor.RenderSize)))
|
||||
.ToList();
|
||||
var index = datasetExplorer.ThumbnailsView.SelectedIndex;
|
||||
var annotation = await annotationService.SaveAnnotation(a.OriginalMediaName, a.Time, detections, token: token);
|
||||
|
||||
Reference in New Issue
Block a user