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
420eba0e
Commit
420eba0e
authored
Aug 06, 2017
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added note about logging training parameters.
parent
0f2753b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
dnn_mmod_ex.cpp
examples/dnn_mmod_ex.cpp
+6
-0
No files found.
examples/dnn_mmod_ex.cpp
View file @
420eba0e
...
...
@@ -193,6 +193,12 @@ int main(int argc, char** argv) try
// testing data.
cout
<<
"testing results: "
<<
test_object_detection_function
(
net
,
images_test
,
face_boxes_test
)
<<
endl
;
// If you are running many experiments, it's also useful to log the settings used
// during the training experiment. This statement will print the settings we used to
// the screen.
cout
<<
trainer
<<
cropper
<<
endl
;
// Now lets run the detector on the testing images and look at the outputs.
image_window
win
;
for
(
auto
&&
img
:
images_test
)
...
...
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