mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 18:26:31 +00:00
queue + local sqlite WIP
This commit is contained in:
@@ -307,7 +307,7 @@ public partial class DatasetExplorer
|
||||
return null;
|
||||
}
|
||||
|
||||
var classes = (await YoloLabel.ReadFromFile(labelPath))
|
||||
var classes = (await YoloLabel.ReadFromFile(labelPath))
|
||||
.Select(x => x.ClassNumber)
|
||||
.Distinct()
|
||||
.ToList();
|
||||
|
||||
Reference in New Issue
Block a user