We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1e640 commit 046d47eCopy full SHA for 046d47e
README.md
@@ -4,11 +4,12 @@ Python版OpenCVのTracking APIのサンプルです。<br>
4
<img src="https://user-images.githubusercontent.com/37477845/125820883-d1b08355-258f-4fcd-a59e-19dbd6fb4c2a.gif" loading="lazy" width="40%">
5
6
# Requirement
7
-* opencv-contrib-python 4.5.3.56 or more and less than 4.7.0
+* opencv-contrib-python 4.8.0.74 or later
8
9
# Algorithm
10
-2021/07/16時点でOpenCVには以下9アルゴリズムが実装されています。
+2023/07/25時点でOpenCVには以下10アルゴリズムが実装されています。
11
* DaSiamRPN
12
+* NanoTrack
13
* MIL
14
* GOTURN
15
* CSRT
@@ -64,6 +65,9 @@ GOTURNトラッカーの使用有無 ※model/GOTURN配下のzip要解凍<br>
64
65
* --use_dasiamrpn<br>
66
DaSiamRPNトラッカーの使用有無<br>
67
デフォルト:指定なし
68
+* --use_nano<br>
69
+NanoTrackの使用有無<br>
70
+デフォルト:指定なし
71
* --use_csrt<br>
72
CSRTトラッカーの使用有無<br>
73
0 commit comments