Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
a0dc35ed
Commit
a0dc35ed
authored
Mar 18, 2019
by
Davis King
Browse files
updated python docs
parent
a4fbe356
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/python/src/shape_predictor.cpp
tools/python/src/shape_predictor.cpp
+1
-1
No files found.
tools/python/src/shape_predictor.cpp
View file @
a0dc35ed
...
@@ -160,7 +160,7 @@ void bind_shape_predictors(py::module &m)
...
@@ -160,7 +160,7 @@ void bind_shape_predictors(py::module &m)
py
::
class_
<
type
,
std
::
shared_ptr
<
type
>>
(
m
,
"full_object_detection"
,
py
::
class_
<
type
,
std
::
shared_ptr
<
type
>>
(
m
,
"full_object_detection"
,
"This object represents the location of an object in an image along with the \
"This object represents the location of an object in an image along with the \
positions of each of its constituent parts."
)
positions of each of its constituent parts."
)
.
def
(
py
::
init
(
&
full_obj_det_init
),
.
def
(
py
::
init
(
&
full_obj_det_init
),
py
::
arg
(
"rect"
),
py
::
arg
(
"parts"
),
"requires
\n
\
"requires
\n
\
- rect: dlib rectangle
\n
\
- rect: dlib rectangle
\n
\
- parts: list of dlib points"
)
- parts: list of dlib points"
)
...
...
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