diff --git a/constants_crunchy.py b/constants_crunchy.py index ca35c36489a487b97701a72c94bd2c526acbeca6..a11c525df7423e360505201bb63577120c7d7e73 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,