Skip to content

Commit

Permalink
egocentric align
Browse files Browse the repository at this point in the history
  • Loading branch information
sronilsson committed Dec 12, 2024
1 parent 087c4f6 commit b936909
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions simba/third_party_label_appenders/third_party_appender.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()



Expand Down

0 comments on commit b936909

Please sign in to comment.