Skip to content

Commit

Permalink
Merge pull request #214 from stanfordnmbl/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
suhlrich authored Nov 7, 2024
2 parents 48c1374 + 3cbcc36 commit 9d139da
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 9d139da

Please sign in to comment.