You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,9 @@ Dump the .AUF and MotionTracking_model folder into
16
16
17
17
The menu name should be "MotionTracking MK-II Plus"
18
18
19
-
Additional work is required if Methods 4, 5, 6 or 7 are to be used.
19
+
Additional work is required if Methods 4, 5or 6 are to be used.
20
20
21
-
### For Method 4 (GOTURN)
22
-
1. Download each data from [this URL](https://github.com/opencv/opencv_extra/tree/c4219d5eb3105ed8e634278fad312a1a8d2c182d/testdata/tracking)
23
-
2. Extract the splited ZIP file
24
-
3. Dump the
25
-
- goturn.caffemodel
26
-
- goturn.prototxt
27
-
into `MotionTracking_model folder`
28
-
29
-
### For Method 5 (DaSiamRPN)
21
+
### For Method 4 (DaSiamRPN)
30
22
1. Download the following file from the URL listed as a comment out in the source code at [this URL](https://github.com/opencv/opencv/blob/4.x/samples/dnn/dasiamrpn_tracker.cpp)
31
23
32
24
- dasiamrpn_model.onnx
@@ -35,15 +27,15 @@ Additional work is required if Methods 4, 5, 6 or 7 are to be used.
35
27
36
28
2. Dump each files into `MotionTracking_model folder`
37
29
38
-
### For Method 6 (Nano)
30
+
### For Method 5 (Nano)
39
31
1. Download the following file from [this URL](https://github.com/HonglinChu/SiamTrackers/tree/18b7791360acb3f6d276d47376a6f1ed516f1628/NanoTrack/models/nanotrackv2)
40
32
41
33
- nanotrack_backbone_sim.onnx
42
34
- nanotrack_head_sim.onnx
43
35
44
36
2. Dump each files into `MotionTracking_model folder`
45
37
46
-
### For Method 7 (Vit)
38
+
### For Method 6 (Vit)
47
39
1. Download the following file from [this URL](https://github.com/opencv/opencv_extra/blob/4.x/testdata/dnn/onnx/models/vitTracker.onnx)
48
40
49
41
- vitTracker.onnx
@@ -76,10 +68,9 @@ Specifies the algorithm to be used in the analysis.
76
68
1. Multi Instance Learning
77
69
2. KCF
78
70
3. CSRT
79
-
4. GOTURN
80
-
5. DaSiamRPN
81
-
6. Nano
82
-
7. Vit
71
+
4. DaSiamRPN
72
+
5. Nano
73
+
6. Vit
83
74
##### Rect Hue
84
75
Specifies the hue of the rectangle displayed in Object Selection and View Result.
0 commit comments