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
0dd6aad1
Commit
0dd6aad1
authored
May 26, 2013
by
Davis King
Browse files
Added license header
parent
b425666f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
python_examples/sequence_segmenter.py
python_examples/sequence_segmenter.py
+2
-1
No files found.
python_examples/sequence_segmenter.py
View file @
0dd6aad1
#!/usr/bin/python
# The contents of this file are in the public domain. See LICENSE_FOR_EXAMPLE_PROGRAMS.txt
#
#
# You need to compile the dlib python interface before you can use this
# file. To do this, run compile_dlib_python_module.bat. You also need to
...
...
@@ -37,7 +39,6 @@ samples[0].append(inside)
samples
[
0
].
append
(
outside
)
samples
[
0
].
append
(
outside
)
samples
[
0
].
append
(
outside
)
segments
[
0
]
segments
[
0
].
append
(
dlib
.
range
(
2
,
5
))
...
...
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