Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
suhlrich committed Nov 7, 2024
1 parent 329c205 commit 3cbcc36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -809,7 +809,7 @@ def getMotionData(trial_id,session_path,simplePath=False):
resultTags = [res['tag'] for res in trial['results']]

# get marker data
if 'ik_results' in resultTags:
if 'marker_data' in resultTags:
markerFolder = os.path.join(session_path,'MarkerData','PostAugmentation',trial_name)
if simplePath:
markerFolder = os.path.join(session_path,'MarkerData')
Expand Down

0 comments on commit 3cbcc36

Please sign in to comment.