Skip to content

Commit 046d47e

Browse files
authored
Update README.md
1 parent aa1e640 commit 046d47e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Python版OpenCVのTracking APIのサンプルです。<br>
44
<img src="https://user-images.githubusercontent.com/37477845/125820883-d1b08355-258f-4fcd-a59e-19dbd6fb4c2a.gif" loading="lazy" width="40%">
55

66
# Requirement
7-
* opencv-contrib-python 4.5.3.56 or more and less than 4.7.0
7+
* opencv-contrib-python 4.8.0.74 or later
88

99
# Algorithm
10-
2021/07/16時点でOpenCVには以下9アルゴリズムが実装されています
10+
2023/07/25時点でOpenCVには以下10アルゴリズムが実装されています
1111
* DaSiamRPN
12+
* NanoTrack
1213
* MIL
1314
* GOTURN
1415
* CSRT
@@ -64,6 +65,9 @@ GOTURNトラッカーの使用有無 ※model/GOTURN配下のzip要解凍<br>
6465
* --use_dasiamrpn<br>
6566
DaSiamRPNトラッカーの使用有無<br>
6667
デフォルト:指定なし
68+
* --use_nano<br>
69+
NanoTrackの使用有無<br>
70+
デフォルト:指定なし
6771
* --use_csrt<br>
6872
CSRTトラッカーの使用有無<br>
6973
デフォルト:指定なし

0 commit comments

Comments
 (0)