diff options
author | Your Name <you@example.com> | 2021-08-17 08:56:06 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-08-17 08:56:06 -0400 |
commit | 8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1 (patch) | |
tree | 238d013eb3cfe2dc170a52dec3bfcd72a1e468ca /annotator.conf | |
parent | 8c884838ced928d29a8436be8b2808766c5a1e53 (diff) | |
download | annotator-8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1.tar.gz annotator-8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1.tar.bz2 annotator-8a6b5564c0fc37e6e556d04e17ddba86d4bd3dc1.zip |
Started work on bounding boxes
Diffstat (limited to 'annotator.conf')
-rw-r--r-- | annotator.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/annotator.conf b/annotator.conf index d89676d..6ec3ff2 100644 --- a/annotator.conf +++ b/annotator.conf @@ -1 +1,2 @@ labels = {"saccade", "blink", "head move start", "head move end", "look down start", "look down end"} +rectangles = {"face"} |