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

constants_crunchy update

parent e7b0d6b1
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,10 @@ regions_json = os.path.join( ...@@ -93,6 +93,10 @@ regions_json = os.path.join(
data_absolute_path, data_absolute_path,
'restructured/region_with_hypernym_labels.json') 'restructured/region_with_hypernym_labels.json')
eval_regions_json = os.path.join(
data_absolute_path,
'restructured/region_with_labels.json')
mean_image_filename = os.path.join( mean_image_filename = os.path.join(
data_absolute_path, data_absolute_path,
'restructured/mean_image.jpg') 'restructured/mean_image.jpg')
...@@ -171,6 +175,12 @@ region_attribute_scores_dirname = os.path.join( ...@@ -171,6 +175,12 @@ region_attribute_scores_dirname = os.path.join(
mkdir_if_not_exists(region_attribute_scores_dirname) mkdir_if_not_exists(region_attribute_scores_dirname)
region_object_scores_dirname = os.path.join(
region_output_dir,
'object_scores')
mkdir_if_not_exists(region_object_scores_dirname)
########################################################################## ##########################################################################
# VQA Parameters # # VQA Parameters #
########################################################################## ##########################################################################
......
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