Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv_contrib
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv_contrib
Commits
05ebf739
Commit
05ebf739
authored
Jan 09, 2018
by
Suleyman TURKMEN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update track_vot.cpp
parent
31bd7d98
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
track_vot.cpp
modules/datasets/src/track_vot.cpp
+5
-4
No files found.
modules/datasets/src/track_vot.cpp
View file @
05ebf739
...
...
@@ -134,9 +134,9 @@ namespace cv
printf
(
"Error to open groundtruth.txt!!!"
);
//Make a list of datasets lengths
int
currFrameID
=
1
;
int
currFrameID
=
0
;
if
(
currDatasetID
==
0
)
printf
(
"VOT
2015
Dataset Initialization...
\n
"
);
printf
(
"VOT Dataset Initialization...
\n
"
);
bool
trFLG
=
true
;
do
{
...
...
@@ -174,7 +174,7 @@ namespace cv
}
else
{
printf
(
"Couldn't find a *list.txt* in VOT
2015
folder!!!"
);
printf
(
"Couldn't find a *list.txt* in VOT
Dataset
folder!!!"
);
}
namesList
.
close
();
...
...
@@ -202,11 +202,12 @@ namespace cv
if
(
id
>
0
&&
id
<=
(
int
)
data
.
size
())
{
activeDatasetID
=
id
;
frameCounter
=
0
;
return
true
;
}
else
{
printf
(
"Dataset ID is out of range...
\n
Allowed IDs are: 1~%d
\n
"
,
(
int
)
data
.
size
());
printf
(
"Dataset ID is out of range...
\n
Allowed IDs are: 1~%d
\n
"
,
(
int
)
data
.
size
());
return
false
;
}
}
...
...
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