the Nano tracker is a super lightweight dnn-based general object tracking.
More...
#include <tracking.hpp>
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.9 MB. Nano tracker needs two models: one for feature extraction (backbone) and the another for localization (neckhead). Model download link: https://github.com/HonglinChu/SiamTrackers/tree/master/NanoTrack/models/nanotrackv2 Original repo is here: https://github.com/HonglinChu/NanoTrack Author: HongLinChu, 16284.nosp@m.6434.nosp@m.5@qq..nosp@m.com
◆ TrackerNano()
cv::TrackerNano::TrackerNano |
( |
| ) |
|
|
protected |
◆ ~TrackerNano()
virtual cv::TrackerNano::~TrackerNano |
( |
| ) |
|
|
virtual |
◆ create()
◆ getTrackingScore()
virtual CV_WRAP float cv::TrackerNano::getTrackingScore |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file:
- build/release/_deps/opencv-src/include/opencv4/opencv2/video/tracking.hpp