mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:16:29 +00:00
add ai recognition: stage 1, works, but doesn't show
This commit is contained in:
@@ -293,7 +293,7 @@ public partial class DatasetExplorer
|
||||
{
|
||||
try
|
||||
{
|
||||
var name = Path.GetFileNameWithoutExtension(thumbnail)[..^Config.ThumbnailPrefix.Length];
|
||||
var name = Path.GetFileNameWithoutExtension(thumbnail)[..^Config.THUMBNAIL_PREFIX.Length];
|
||||
var imagePath = Path.Combine(_config.ImagesDirectory, name);
|
||||
foreach (var f in _config.ImageFormats)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user