From: zihaomu Date: Sat, 24 Dec 2022 07:26:42 +0000 (+0800) Subject: Add spaces to make links clickable. X-Git-Tag: accepted/tizen/unified/20230127.161057~1^2~14^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8e6aae0d7a533c2ebca737a381d85a8498e01ad9;p=platform%2Fupstream%2Fopencv.git Add spaces to make links clickable. --- diff --git a/modules/video/include/opencv2/video/tracking.hpp b/modules/video/include/opencv2/video/tracking.hpp index 20cfb77..eb5a6c7 100644 --- a/modules/video/include/opencv2/video/tracking.hpp +++ b/modules/video/include/opencv2/video/tracking.hpp @@ -853,9 +853,9 @@ public: * * 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/nanotrackv2. + * Model download link: https://github.com/HonglinChu/SiamTrackers/tree/master/NanoTrack/models/nanotrackv2 * Original repo is here: https://github.com/HonglinChu/NanoTrack - * Author:HongLinChu, 1628464345@qq.com + * Author: HongLinChu, 1628464345@qq.com */ class CV_EXPORTS_W TrackerNano : public Tracker {