Lucas Gautheron 2 years ago
parent
commit
e3270fda4d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      annotations/feed-annotations.py

+ 3 - 2
annotations/feed-annotations.py

@@ -56,10 +56,11 @@ classifications.rename(columns = {
 
 # standardized vcm_type
 classifications['vcm_type'] = classifications['vcm_type'].map({
-    'Crying': 'J',
+    'Crying': 'Y',
     'Laughing': 'L',
     'Canonical': 'C',
-    'Non-Canonical': 'N'
+    'Non-Canonical': 'N',
+    'Junk': 'J'
 })
 
 # save and import annotations into vandam-data