Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.bio.face
Commits
c147c834
Commit
c147c834
authored
Aug 11, 2020
by
Yannick DAYER
Browse files
[py][fix] Add annotation_type=None to atnt
parent
62979f8a
Pipeline
#41924
failed with stage
in 16 minutes and 15 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/bio/face/config/database/atnt.py
View file @
c147c834
...
@@ -7,5 +7,6 @@ from bob.bio.face.database import AtntBioDatabase
...
@@ -7,5 +7,6 @@ from bob.bio.face.database import AtntBioDatabase
atnt_directory
=
rc
[
"bob.db.atnt.directory"
]
atnt_directory
=
rc
[
"bob.db.atnt.directory"
]
database
=
DatabaseConnector
(
database
=
DatabaseConnector
(
AtntBioDatabase
(
original_directory
=
atnt_directory
,
original_extension
=
".pgm"
,)
AtntBioDatabase
(
original_directory
=
atnt_directory
,
original_extension
=
".pgm"
,),
annotation_type
=
None
,
)
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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