Skip to content

Commit

Permalink
for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinefalisse committed Jun 27, 2024
1 parent e3a1e75 commit f58db2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@
# trials with missing videos are error-ed out directly so that we do not spend time
# on processing them. Problem is that these trials then don't have pose pickles, which
# makes is hard for local reprocessing (hrnet still a hassle to install locally on Windows).
status = trial["status"]
# status = trial["status"]
status = 'reprocess'
logging.info(f"Trial status: {status}")
if status == "reprocess":
camerasToUse_c = ['all_available']
Expand Down

0 comments on commit f58db2f

Please sign in to comment.