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
bc4b2814
Commit
bc4b2814
authored
Jul 31, 2016
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed silly typo in script
parent
f2088e83
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
copy_imglab_dataset
tools/imglab/copy_imglab_dataset
+1
-1
No files found.
tools/imglab/copy_imglab_dataset
View file @
bc4b2814
...
...
@@ -13,7 +13,7 @@ DEST=$2
FILES
=
`
imglab
--files
cluster_001.xml.RESAMPLED.xml
| xargs perl
-e
'use File::Spec; foreach (@ARGV) {print File::Spec->abs2rel($_) . "\n"}'
|
sort
|
uniq
`
FILES
=
`
imglab
--files
$XML_FILE
| xargs perl
-e
'use File::Spec; foreach (@ARGV) {print File::Spec->abs2rel($_) . "\n"}'
|
sort
|
uniq
`
mkdir
$DEST
cp
-a
--parents
$FILES
$DEST
...
...
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