From e4183ecacc4022a264c0e893812e85f8980432b7 Mon Sep 17 00:00:00 2001 From: tgupta6 <tgupta6@illinois.edu> Date: Sun, 9 Oct 2016 10:14:57 -0500 Subject: [PATCH] added obj visualization flag in constants_crunchy --- constants_crunchy.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/constants_crunchy.py b/constants_crunchy.py index ca35c36..a11c525 100644 --- a/constants_crunchy.py +++ b/constants_crunchy.py @@ -152,8 +152,11 @@ region_model_accuracies_txt = os.path.join( 'model_accuracies.txt') # Object Attribute Classifier Evaluation Params -region_eval_on = 'train_held_out' # One of {'test','train_held_out','train_subset'} -region_model_to_eval = region_model + '-' + '102000' +region_eval_on = 'test' # One of {'test','train_held_out','train_subset'} +region_model_to_eval = region_model + '-' + '7000' + +# Path to results +visualize_object_predictions = False # Path to results region_pred_vis_dirname = os.path.join( @@ -267,7 +270,7 @@ model_accuracies_txt = os.path.join( # Answer eval params answer_eval_on = 'val' -answer_model_to_eval = answer_model + '-98000' +answer_model_to_eval = answer_model + '-7000' vqa_results_dir = os.path.join( answer_output_dir, -- GitLab