Skip to content

Commit

Permalink
Merge pull request #37 from stanfordnmbl/limitedDownload
Browse files Browse the repository at this point in the history
Update batchDownload.py
  • Loading branch information
suhlrich authored Oct 27, 2022
2 parents 99d6ad5 + 1c453ab commit af77ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion batchDownload.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@
downloadPath = os.path.join(os.getcwd(),'Data')

for session_id in sessionList:
download_session(session_id,sessionBasePath=downloadPath,downloadVideos=False)
# If only interested in marker and OpenSim data, downladVideos=False will be faster
download_session(session_id,sessionBasePath=downloadPath,downloadVideos=True)

0 comments on commit af77ecf

Please sign in to comment.