Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GenVQA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vision
GenVQA
Commits
e4183eca
Commit
e4183eca
authored
8 years ago
by
tgupta6
Browse files
Options
Downloads
Patches
Plain Diff
added obj visualization flag in constants_crunchy
parent
23179b1b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
constants_crunchy.py
+6
-3
6 additions, 3 deletions
constants_crunchy.py
with
6 additions
and
3 deletions
constants_crunchy.py
+
6
−
3
View file @
e4183eca
...
@@ -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
+
'
-
98
000
'
answer_model_to_eval
=
answer_model
+
'
-
7
000
'
vqa_results_dir
=
os
.
path
.
join
(
vqa_results_dir
=
os
.
path
.
join
(
answer_output_dir
,
answer_output_dir
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment