/term-annotator

Super-fast image annotation using terminal and keyboard

Primary LanguageJavaScript

term-annotator

Usage

Create a configuration file like

.term-annotator.json*

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

Then run

term-annotator -c term-annotator.json

Here we go !