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
f3036b90
Commit
f3036b90
authored
Aug 22, 2016
by
Tiago de Freitas Pereira
Browse files
Removed dependency with bob.bio.base.DatabaseBob
parent
49736214
Pipeline
#3293
failed with stage
in 4 minutes and 21 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/script/display_face_annotations.py
View file @
f3036b90
...
...
@@ -55,7 +55,7 @@ def main(command_line_parameters=None):
# load database
database
=
bob
.
bio
.
base
.
load_resource
(
""
.
join
(
args
.
database
),
"database"
)
# replace directories
if
isinstance
(
database
,
bob
.
bio
.
base
.
database
.
Database
Bob
):
if
isinstance
(
database
,
bob
.
bio
.
db
.
Bio
Database
):
database
.
replace_directories
(
args
.
database_directories_file
)
# get all files
...
...
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