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
af9071f9
Commit
af9071f9
authored
Jul 08, 2011
by
Davis King
Browse files
Fixed a bug
parent
a0bb4ea8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/imglab/src/convert_pascal_v1.cpp
tools/imglab/src/convert_pascal_v1.cpp
+1
-1
No files found.
tools/imglab/src/convert_pascal_v1.cpp
View file @
af9071f9
...
@@ -74,7 +74,7 @@ namespace
...
@@ -74,7 +74,7 @@ namespace
const
int
num
=
sa
=
words
[
4
];
const
int
num
=
sa
=
words
[
4
];
img
.
boxes
.
resize
(
num
);
img
.
boxes
.
resize
(
num
);
}
}
else
if
(
words
.
size
()
>
4
&&
words
[
2
]
==
"for"
&&
words
[
3
]
==
"object"
)
else
if
(
words
.
size
()
>
4
&&
(
words
[
2
]
==
"for"
||
words
[
2
]
==
"on"
)
&&
words
[
3
]
==
"object"
)
{
{
int
idx
=
sa
=
words
[
4
];
int
idx
=
sa
=
words
[
4
];
--
idx
;
--
idx
;
...
...
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