Skip to content

Commit

Permalink
Update epic_player.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nachwa authored Oct 27, 2018
1 parent 9087d53 commit cc59074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion epic_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def play(self, show_actions=True, show_objects=True):
def get_args():
parser = argparse.ArgumentParser()
parser.add_argument('--root_db_dir', dest='root_db_dir', type=str,
default='/media/nachwa/48d9ff99-04f7-4a80-ae30-8bd5a89069f8/Datasets/epic_kitchen/frames_rgb_flow/', help='root of epic dataset')
default='./', help='root of epic dataset')
parser.add_argument('-vid', '--video_id', dest='video_id', type=str,
help='video id example without extension ex (P01_01)')
parser.add_argument('--mode', dest='mode', type=str,
Expand Down

0 comments on commit cc59074

Please sign in to comment.