mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 08:26:31 +00:00
sort thumbnails by date in DatasetExplorer
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Azaion.Annotator.DTO;
|
||||
|
||||
public class LabelInfo
|
||||
{
|
||||
[JsonProperty("c")] public List<int> Classes { get; set; } = null!;
|
||||
|
||||
[JsonProperty("d")] public DateTime ImageDateTime { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user