GOTURN: Generic Object Tracking Using Regression Networks

来源:互联网 发布:java上传文件到服务器 编辑:程序博客网 时间:2024/06/05 17:39

GOTURN: Generic Object Tracking Using Regression Networks


1、简介

        GOTURN是一种深度视觉跟踪算法,速度可以达到惊人的100fps,GOTURN是2016年ECCV上的文章。


2、资源下载

        参考源码:https://github.com/autocyz/GOTURN

        文章地址:http://davheld.github.io/GOTURN/GOTURN.html

        模型下载:http://cs.stanford.edu/people/davheld/public/GOTURN/trained_model/tracker.caffemodel


3、demo测试

        demo测试的具体步骤可以参考:https://github.com/autocyz/GOTURN网页的说明,下面给出了较为详细的步骤。

3.1、预安装工具

(1)cmake

sudo apt-get install cmakecmake --version

(2)opencv

        opencv源码下载地址:https://github.com/opencv/opencv/releases/tag/3.2.0

        Linux下opencv安装说明:http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation

        Linux下安装Opencv之前需要安装一些小工具,它们的版本检查方法为:

gcc --versiongit  --versionpkg-config  --versionpython  --version
        确认opencv是否安装成功:
pkg-config --modversion opencv





可参考的网址:

http://blog.csdn.net/autocyz/article/details/52648776

0 0
原创粉丝点击