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
30101dff
Commit
30101dff
authored
Apr 20, 2018
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated about to talk about new part labeling method.
parent
f2167cb6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
main.cpp
tools/imglab/src/main.cpp
+1
-1
metadata_editor.cpp
tools/imglab/src/metadata_editor.cpp
+5
-1
No files found.
tools/imglab/src/main.cpp
View file @
30101dff
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
#include <dlib/dir_nav.h>
#include <dlib/dir_nav.h>
const
char
*
VERSION
=
"1.1
3
"
;
const
char
*
VERSION
=
"1.1
4
"
;
...
...
tools/imglab/src/metadata_editor.cpp
View file @
30101dff
...
@@ -644,7 +644,11 @@ display_about(
...
@@ -644,7 +644,11 @@ display_about(
sout
<<
wrap_string
(
"It is also possible to label object parts by selecting a rectangle and "
sout
<<
wrap_string
(
"It is also possible to label object parts by selecting a rectangle and "
"then right clicking. A popup menu will appear and you can select a part label. "
"then right clicking. A popup menu will appear and you can select a part label. "
"Note that you must define the allowable part labels by giving --parts on the "
"Note that you must define the allowable part labels by giving --parts on the "
"command line. An example would be '--parts
\"
leye reye nose mouth
\"
'."
"command line. An example would be '--parts
\"
leye reye nose mouth
\"
'. "
"Alternatively, if you don't give --parts you can simply select a rectangle and shift+left "
"click to add parts. Parts added this way will be labeled with integer labels starting from 0. "
"You can only use this simpler part adding mode if all the parts in a rectangle are already "
"labeled with integer labels or the rectangle has no parts at all."
,
0
,
0
)
<<
endl
<<
endl
;
,
0
,
0
)
<<
endl
<<
endl
;
sout
<<
wrap_string
(
"Press the down or s key to select the next image in the list and the up or w "
sout
<<
wrap_string
(
"Press the down or s key to select the next image in the list and the up or w "
...
...
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