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
3a5b4e5f
Commit
3a5b4e5f
authored
Dec 27, 2014
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed typo in assert I introduced a moment ago.
parent
96f3016a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
shape_predictor.h
dlib/image_processing/shape_predictor.h
+1
-1
No files found.
dlib/image_processing/shape_predictor.h
View file @
3a5b4e5f
...
...
@@ -461,7 +461,7 @@ namespace dlib
double
nu
)
{
DLIB_CASSERT
(
0
<
nu
<=
1
,
DLIB_CASSERT
(
0
<
nu
&&
nu
<=
1
,
"
\t
void shape_predictor_trainer::set_nu()"
<<
"
\n\t
Invalid inputs were given to this function. "
<<
"
\n\t
nu: "
<<
nu
...
...
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