Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
4de8a012
Commit
4de8a012
authored
Sep 10, 2016
by
Tiago de Freitas Pereira
Browse files
[refactoring2016] Updated the annotation type
parent
c117c223
Changes
3
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/config/database/mobio_female.py
View file @
4de8a012
...
...
@@ -9,6 +9,7 @@ database = MobioBioDatabase(
original_directory
=
mobio_image_directory
,
original_extension
=
".png"
,
annotation_directory
=
mobio_annotation_directory
,
annotation_type
=
"eyecenter"
,
protocol
=
'female'
,
models_depend_on_protocol
=
True
,
...
...
bob/bio/face/config/database/mobio_image.py
View file @
4de8a012
...
...
@@ -9,6 +9,7 @@ database = MobioBioDatabase(
original_directory
=
mobio_image_directory
,
original_extension
=
".png"
,
annotation_directory
=
mobio_annotation_directory
,
annotation_type
=
"eyecenter"
,
protocol
=
'male'
,
models_depend_on_protocol
=
True
,
...
...
bob/bio/face/config/database/mobio_male.py
View file @
4de8a012
...
...
@@ -9,6 +9,7 @@ database = MobioBioDatabase(
original_directory
=
mobio_image_directory
,
original_extension
=
".png"
,
annotation_directory
=
mobio_annotation_directory
,
annotation_type
=
"eyecenter"
,
protocol
=
'male'
,
models_depend_on_protocol
=
True
,
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment