Skip to content

Commit 9088edc

Browse files
author
Haozhe Qi
committed
WIP
1 parent 6fcd61c commit 9088edc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llava/action/ek_eval.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def get_args_parser():
130130
parser.add_argument('--output_dir', default = None, type = str)
131131
parser.add_argument("--perspective", default = "first_person", type = str)
132132
parser.add_argument('--benchmark_testing', action='store_true', default = False)
133+
parser.add_argument('--include_time_instruction', action='store_true', default = False)
133134
return parser
134135

135136
def prepare_llava(pretrained):

0 commit comments

Comments
 (0)