Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_kalman_filter_src
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
oscar
jfx_kalman_filter_src
Commits
1a33532c
Commit
1a33532c
authored
Dec 14, 2021
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交变量修改
parent
4a78d8b2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
BaseTrack.h
BaseTracker/BaseTrack.h
+1
-1
Track3D.cpp
BaseTracker/Track3D.cpp
+1
-1
No files found.
BaseTracker/BaseTrack.h
View file @
1a33532c
...
...
@@ -32,7 +32,7 @@ public:
float
m_prob
=
0
.
0
f
;
//计算iou的配置度
in
t
m_iou_threshold
=
0
.
3
;
//iou计算之后匹配的最小值
floa
t
m_iou_threshold
=
0
.
3
;
//iou计算之后匹配的最小值
int
m_kMaxCoastCycles
=
2
;
//predict之后,计算几次认为丢失。
...
...
BaseTracker/Track3D.cpp
View file @
1a33532c
...
...
@@ -62,7 +62,7 @@ Track3D::Track3D():BaseTrack(10, 7)
kf_
=
kf
;
m_iou_threshold
=
0.9
;
//
m_iou_threshold = 0.9;
}
...
...
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