diff options
author | Your Name <you@example.com> | 2024-05-08 10:00:44 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2024-05-08 10:00:44 -0400 |
commit | 5c57d8636f87efedd0d68c2afb8aa99a961a6c8b (patch) | |
tree | 3a63787281a5cd2db8e28e1422738976acdd9eb8 /annotator.conf | |
parent | 9ac821480ce9f2d88cbbb9363867760507522ebc (diff) | |
download | annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.tar.gz annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.tar.bz2 annotator-5c57d8636f87efedd0d68c2afb8aa99a961a6c8b.zip |
Switched makefile format
Diffstat (limited to 'annotator.conf')
-rw-r--r-- | annotator.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/annotator.conf b/annotator.conf index 6ec3ff2..0b2fc03 100644 --- a/annotator.conf +++ b/annotator.conf @@ -1,2 +1,2 @@ -labels = {"saccade", "blink", "head move start", "head move end", "look down start", "look down end"} -rectangles = {"face"} +labels = {} +rectangles = {"live", "spoof"} |