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
1b9f76f8
Commit
1b9f76f8
authored
Apr 22, 2020
by
Tiago de Freitas Pereira
Browse files
Removed breakpoint
parent
5414395a
Pipeline
#39133
failed with stage
in 6 minutes and 36 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bob/bio/face/database/ijbc.py
View file @
1b9f76f8
...
...
@@ -32,6 +32,7 @@ class IJBCBioFile(FaceBioFile):
else
:
# do not add the client ID to be able to obtain the original image file
path
=
"%s%s"
%
(
self
.
path
,
extension
or
''
)
return
str
(
os
.
path
.
join
(
directory
or
''
,
path
))
...
...
bob/bio/face/preprocessor/TanTriggs.py
View file @
1b9f76f8
...
...
@@ -103,12 +103,6 @@ class TanTriggs (Base):
image
=
self
.
color_channel
(
image
)
if
self
.
cropper
is
not
None
:
image
=
self
.
cropper
.
crop_face
(
image
,
annotations
)
import
numpy
if
numpy
.
all
(
numpy
.
isnan
(
self
.
tan_triggs
(
image
))):
import
ipdb
;
ipdb
.
set_trace
()
pass
image
=
self
.
tan_triggs
(
image
)
return
self
.
data_type
(
image
)
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