From b9369091f000ff6352ef3c2cd18f3b635adf63df Mon Sep 17 00:00:00 2001 From: sronilsson Date: Thu, 12 Dec 2024 10:22:47 -0500 Subject: [PATCH] egocentric align --- .../third_party_appender.py | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/simba/third_party_label_appenders/third_party_appender.py b/simba/third_party_label_appenders/third_party_appender.py index 208d13e11..ecfb6a982 100644 --- a/simba/third_party_label_appenders/third_party_appender.py +++ b/simba/third_party_label_appenders/third_party_appender.py @@ -193,24 +193,24 @@ def run(self): - -log = True -file_format = 'xlsx' -error_settings = {'INVALID annotations file data format': 'ERROR', - 'ADDITIONAL third-party behavior detected': 'NONE', - 'Annotations EVENT COUNT conflict': 'WARNING', - 'Annotations OVERLAP inaccuracy': 'WARNING', - 'ZERO third-party video behavior annotations found': 'WARNING', - 'Annotations and pose FRAME COUNT conflict': 'WARNING', - 'Annotations data file NOT FOUND': 'WARNING'} - -test = ThirdPartyLabelAppender(config_path=r"C:\troubleshooting\boris_test_2\project_folder\project_config.ini", - data_dir=r"C:\troubleshooting\boris_test_2\project_folder\boris_files", - app='BORIS', - file_format='.csv', - error_settings=error_settings, - log=log) -test.run() +# +# log = True +# file_format = 'xlsx' +# error_settings = {'INVALID annotations file data format': 'ERROR', +# 'ADDITIONAL third-party behavior detected': 'NONE', +# 'Annotations EVENT COUNT conflict': 'WARNING', +# 'Annotations OVERLAP inaccuracy': 'WARNING', +# 'ZERO third-party video behavior annotations found': 'WARNING', +# 'Annotations and pose FRAME COUNT conflict': 'WARNING', +# 'Annotations data file NOT FOUND': 'WARNING'} +# +# test = ThirdPartyLabelAppender(config_path=r"C:\troubleshooting\boris_test_2\project_folder\project_config.ini", +# data_dir=r"C:\troubleshooting\boris_test_2\project_folder\boris_files", +# app='BORIS', +# file_format='.csv', +# error_settings=error_settings, +# log=log) +# test.run()