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

added obj visualization flag in constants_crunchy

parent 23179b1b
No related branches found
No related tags found
No related merge requests found
...@@ -152,8 +152,11 @@ region_model_accuracies_txt = os.path.join( ...@@ -152,8 +152,11 @@ region_model_accuracies_txt = os.path.join(
'model_accuracies.txt') 'model_accuracies.txt')
# Object Attribute Classifier Evaluation Params # Object Attribute Classifier Evaluation Params
region_eval_on = 'train_held_out' # One of {'test','train_held_out','train_subset'} region_eval_on = 'test' # One of {'test','train_held_out','train_subset'}
region_model_to_eval = region_model + '-' + '102000' region_model_to_eval = region_model + '-' + '7000'
# Path to results
visualize_object_predictions = False
# Path to results # Path to results
region_pred_vis_dirname = os.path.join( region_pred_vis_dirname = os.path.join(
...@@ -267,7 +270,7 @@ model_accuracies_txt = os.path.join( ...@@ -267,7 +270,7 @@ model_accuracies_txt = os.path.join(
# Answer eval params # Answer eval params
answer_eval_on = 'val' answer_eval_on = 'val'
answer_model_to_eval = answer_model + '-98000' answer_model_to_eval = answer_model + '-7000'
vqa_results_dir = os.path.join( vqa_results_dir = os.path.join(
answer_output_dir, answer_output_dir,
......
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