Re3 : Real-Time Recurrent Regression Networks for Visual Tracking of Generic Objects

2019-10-04 14:42:54

Paperhttps://arxiv.org/pdf/1705.06368.pdf

Code(TensorFlow)https://gitlab.com/danielgordon10/re3-tensorflow

Demo Videohttps://www.youtube.com/watch?v=RByCiOLlxug&feature=youtu.be

Related Trackers: GOTURN [Blog]

This paper is developed based on deep regression network, the key idea is to utilize the LSTM network to memorize the history information (i.e. the tracking results). In addition, they also utilize multi-layer's features for better target representation. The overall pipeline can be found in following figure:

 

This tracker work well, but the training time need to take about one week (7 days), as it mentioned in this paper. It is because the original deep regression network is already hard to train, and the introduced LSTM further increased the difficulty. The efficiency is really fast, 150 FPS on a GPU.

The imporvement based on GOTURN is significant, according to their experiments, as shown in Fig. 4.

Although this tracker seems simple, but it really works well in some videos and fast enough for practical applications, such as uav, robotic.

最新文章

  1. bzoj1531: [POI2005]Bank notes
  2. BZOJ3564 : [SHOI2014]信号增幅仪
  3. Android多次点击事件的监听和处理
  4. hdu5514Frogs(2015ACM-ICPC沈阳赛区F题)
  5. TCP/IP 某些最常见的错误原因码 (errno)列表
  6. Unity网络斗地主 服务端
  7. JavaEE(10) - Session EJB的依赖注入、引用及任务调度
  8. WEB开发中常用的正则表达式集合
  9. Redis打造URL缩短服务
  10. V9发布内容时保留框架<iframe></iframe>
  11. inline的C99标准相关原文
  12. leetcode算法: Find Largest Value in Each Tree Row
  13. Java 中12个原子操作类
  14. opencv学习之路(22)、轮廓查找与绘制(一)
  15. Kafka基础系列第1讲:Kafka的诞生背景及应用
  16. java-shiro登录验证
  17. springboot配置hibernate jpa多数据源
  18. Java对象的序列化和反序列化源码阅读
  19. Spark分析之Standalone运行过程分析
  20. nodejs——发送邮件(带附件)

热门文章

  1. Socket-网络服务提供的一种机制
  2. 【案例】保健品行业如何优化供应链管理?APS系统来帮忙
  3. .NET编译问题汇总
  4. JAVA Coder 的《深入分析Java Web 技术内幕》读书笔记
  5. TI DSP数据长度
  6. 《linux就该这么学》课堂笔记03 命令初识 echo、date、reboot、poweroff、wget...
  7. Linux Swap故障之 swapoff failed: Cannot allocate memory
  8. Struct2远程命令执行漏洞(S2-053)复现学习
  9. php中的设计模式---工厂模式及单例模式
  10. Educational Codeforces Round 67 D. Subarray Sorting