alezanai / term-annotator

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

Media type: image. Images are not visible #2

Closed TaniaPash closed 5 years ago

TaniaPash commented 5 years ago

Actual

annotator.json

{
    "sort": false,
    "mediaType": "image",
    "source" : {
        "dir": "./folders/source",
        "recursive": false
    },
    "classes": {
        "classA": {
            "key" : "a",
            "dir": "./folders/classADir"
        },
        "classB": {
            "key" : "b",
            "dir": "./folders/classBDir"
        }
    }
}

image is not visible on the screen

Expected

image is visible