Skip to content
Snippets Groups Projects
Commit e2df6fc2 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 69e5a5bb 5712f119
No related branches found
No related tags found
No related merge requests found
...@@ -45,6 +45,8 @@ def create_batch_generator(): ...@@ -45,6 +45,8 @@ def create_batch_generator():
constants.vqa_train_held_out_qids, constants.vqa_train_held_out_qids,
constants.vocab_json, constants.vocab_json,
constants.vqa_answer_vocab_json, constants.vqa_answer_vocab_json,
constants.object_labels_json,
constants.attribute_labels_json,
constants.image_size, constants.image_size,
constants.num_region_proposals, constants.num_region_proposals,
constants.num_negative_answers, constants.num_negative_answers,
......
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