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
95d16fd0
Commit
95d16fd0
authored
Dec 05, 2017
by
Davis King
Browse files
Added a missing assert.
parent
c83838c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
tools/python/src/face_recognition.cpp
tools/python/src/face_recognition.cpp
+1
-0
No files found.
tools/python/src/face_recognition.cpp
View file @
95d16fd0
...
@@ -130,6 +130,7 @@ private:
...
@@ -130,6 +130,7 @@ private:
boost
::
python
::
list
chinese_whispers_clustering
(
boost
::
python
::
list
descriptors
,
float
threshold
)
boost
::
python
::
list
chinese_whispers_clustering
(
boost
::
python
::
list
descriptors
,
float
threshold
)
{
{
DLIB_CASSERT
(
threshold
>
0
);
boost
::
python
::
list
clusters
;
boost
::
python
::
list
clusters
;
size_t
num_descriptors
=
len
(
descriptors
);
size_t
num_descriptors
=
len
(
descriptors
);
...
...
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