Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.ip.facelandmarks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.ip.facelandmarks
Commits
f3070275
There was a problem fetching the pipeline summary.
Commit
f3070275
authored
8 years ago
by
Sushil BHATTACHARJEE
Browse files
Options
Downloads
Patches
Plain Diff
removed package-name in import statements
parent
c1778082
No related branches found
No related tags found
1 merge request
!4
User guide
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bob/ip/facelandmarks/script/detect_landmarks.py
+1
-1
1 addition, 1 deletion
bob/ip/facelandmarks/script/detect_landmarks.py
bob/ip/facelandmarks/test.py
+2
-2
2 additions, 2 deletions
bob/ip/facelandmarks/test.py
with
3 additions
and
3 deletions
bob/ip/facelandmarks/script/detect_landmarks.py
+
1
−
1
View file @
f3070275
...
@@ -87,7 +87,7 @@ def main(user_input=None):
...
@@ -87,7 +87,7 @@ def main(user_input=None):
if
args
[
'
--verbose
'
]
==
1
:
logging
.
getLogger
().
setLevel
(
logging
.
INFO
)
if
args
[
'
--verbose
'
]
==
1
:
logging
.
getLogger
().
setLevel
(
logging
.
INFO
)
elif
args
[
'
--verbose
'
]
>=
2
:
logging
.
getLogger
().
setLevel
(
logging
.
DEBUG
)
elif
args
[
'
--verbose
'
]
>=
2
:
logging
.
getLogger
().
setLevel
(
logging
.
DEBUG
)
from
bob.ip.facelandmarks
.utils
import
detect_landmarks
,
draw_landmarks
,
save_landmarks
from
.
.utils
import
detect_landmarks
,
draw_landmarks
,
save_landmarks
data
=
bob
.
io
.
base
.
load
(
args
[
'
<input>
'
])
data
=
bob
.
io
.
base
.
load
(
args
[
'
<input>
'
])
top
=
int
(
args
[
'
--limit-to
'
])
top
=
int
(
args
[
'
--limit-to
'
])
...
...
This diff is collapsed.
Click to expand it.
bob/ip/facelandmarks/test.py
+
2
−
2
View file @
f3070275
...
@@ -13,8 +13,8 @@ import pkg_resources
...
@@ -13,8 +13,8 @@ import pkg_resources
import
bob.io.base
import
bob.io.base
import
bob.io.base.test_utils
import
bob.io.base.test_utils
from
bob.ip.facelandmarks
.utils
import
detect_landmarks
,
draw_landmarks
,
save_landmarks
,
Result
from
.utils
import
detect_landmarks
,
draw_landmarks
,
save_landmarks
,
Result
from
bob.ip.facelandmarks
.utils
import
detect_landmarks_on_boundingbox
from
.utils
import
detect_landmarks_on_boundingbox
from
.script.detect_landmarks
import
main
as
app
from
.script.detect_landmarks
import
main
as
app
...
...
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