mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:26:30 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -75,5 +75,6 @@ public class DatasetExplorerEventHandler(DatasetExplorer datasetExplorer, IGalle
|
||||
var (thumbnailDto, detections) = await galleryManager.CreateThumbnail(imageCreatedEvent.ImagePath, cancellationToken);
|
||||
if (thumbnailDto != null && detections != null)
|
||||
datasetExplorer.AddThumbnail(thumbnailDto, detections);
|
||||
await galleryManager.SaveLabelsCache();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user