alezanai / term-annotator

Super-fast image annotation using terminal and keyboard
0 stars 0 forks source link

Clean up/document import/export results format #21

Closed piercus closed 4 years ago

piercus commented 4 years ago
{
  "epoch": "2019-10-25T11:13:02.723Z",
  "folders": {
    "../annotated/1-5" : {
            "thumbnail": null,
            "filenames": [
              "a",
              "b",
              "c",
              "w"
            ]          
     },
     ...
    "../annotated/notClean":
      {
        "filenames": [
          "q",
          "p",
          "r",
          "s"
        ],
        "thumbnail": null,
        "dir": "not-clean"
      }  
   }
}

Similar issue will be open in belley-annotation

TaniaPash commented 4 years ago

PR: https://github.com/teamklap/term-annotator/pull/24

TaniaPash commented 4 years ago

done