Skip to content

Commit

Permalink
Ignore videos without activity gt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah DeFazio committed Jan 13, 2024
1 parent 177514f commit 1ac518d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions angel_system/data/medical/load_bbn_medical_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ def bbn_activity_txt_to_csv():
track_id = 0
video_dir = os.path.dirname(action_txt_fn)
video_name = os.path.basename(video_dir)
if video_name is in ["M2-15"]:
# Known bad videos
continue

action_f = open(action_txt_fn)
lines = action_f.readlines()
Expand Down

0 comments on commit 1ac518d

Please sign in to comment.