Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
cecc38f5
Commit
cecc38f5
authored
May 21, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added support for using the dense vector version of the sequence_segmenter from
python.
parent
09895ba8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
CMakeLists.txt
tools/python/CMakeLists.txt
+1
-0
dlib.cpp
tools/python/src/dlib.cpp
+2
-0
sequence_segmenter.cpp
tools/python/src/sequence_segmenter.cpp
+0
-0
No files found.
tools/python/CMakeLists.txt
View file @
cecc38f5
...
...
@@ -13,4 +13,5 @@ add_python_module(dlib
src/other.cpp
src/basic.cpp
src/cca.cpp
src/sequence_segmenter.cpp
)
tools/python/src/dlib.cpp
View file @
cecc38f5
...
...
@@ -9,6 +9,7 @@ void bind_basic_types();
void
bind_other
();
void
bind_svm_rank_trainer
();
void
bind_cca
();
void
bind_sequence_segmenter
();
BOOST_PYTHON_MODULE
(
dlib
)
...
...
@@ -25,5 +26,6 @@ BOOST_PYTHON_MODULE(dlib)
bind_other
();
bind_svm_rank_trainer
();
bind_cca
();
bind_sequence_segmenter
();
}
tools/python/src/sequence_segmenter.cpp
0 → 100644
View file @
cecc38f5
This diff is collapsed.
Click to expand it.
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