Skip to content
Snippets Groups Projects
Commit d3ced47a authored by tgupta6's avatar tgupta6
Browse files

Merge branch 'use_detector_scores' of...

Merge branch 'use_detector_scores' of gitlab-beta.engr.illinois.edu:Vision/GenVQA into use_detector_scores
parents 7dc6bd6c 947cd847
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,7 @@ if __name__=='__main__':
for model_path, model_number in model_paths:
results_json = os.path.join(
constants.answer_output_dir,
'eval_' + constants.answer_eval_on + '_results_' + str(model_number) + '.json')
'eval_train_subset' + '_results_' + str(model_number) + '.json')
accuracy = eval_model(model_path, results_json)
line = model_path + '\t' + str(accuracy)
print line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment