mirror of
https://github.com/opencv/opencv.git
synced 2026-07-31 08:13:04 +04:00
add nanotrack v2 at regression test.
This commit is contained in:
@@ -851,9 +851,9 @@ public:
|
||||
|
||||
/** @brief the Nano tracker is a super lightweight dnn-based general object tracking.
|
||||
*
|
||||
* Nano tracker is much faster and extremely lightweight due to special model structure, the whole model size is about 1.1 MB.
|
||||
* Nano tracker is much faster and extremely lightweight due to special model structure, the whole model size is about 1.9 MB.
|
||||
* Nano tracker needs two models: one for feature extraction (backbone) and the another for localization (neckhead).
|
||||
* Please download these two onnx models at:https://github.com/HonglinChu/SiamTrackers/tree/master/NanoTrack/models/onnx.
|
||||
* Please download these two onnx models at:https://github.com/HonglinChu/SiamTrackers/tree/master/NanoTrack/models/nanotrackv2.
|
||||
* Original repo is here: https://github.com/HonglinChu/NanoTrack
|
||||
* Author:HongLinChu, 1628464345@qq.com
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user