当前位置:网站首页>[target tracking] |siamfc
[target tracking] |siamfc
2022-07-02 17:42:00 【rrr2】
The paper :Fully-Convolutional Siamese Networks for Object Tracking
Code :https://github.com/huanglianghua/siamfc-pytorch
We trained a twin network to locate sample images in larger search images . A further contribution is the novel twin architecture of complete convolution relative to the search image : The dense and effective sliding window evaluation is realized by calculating the bilinear layer of the cross-correlation between its two inputs .
Z Templates ,x Search area ,ϕ Transform function Feature mapping operation ,g Is a simple distance or similarity measure 

* Represents convolution operation , Get one 17^17 Of score map, Represents the search region The similarity value between each position in the template .
take 17×17 The score graph of is generated by bicubic interpolation 272×272 Image , To determine the position of an object .
The algorithm itself is to compare the similarity between the search area and the target template , Finally get the search area score map. In fact, in principle , This method is very similar to the method of correlation filtering . It matches the target template one by one in the search area , This method of calculating similarity by translation matching one by one is regarded as a convolution , Then find the point with the largest similarity value in the convolution result , As the center of new goals .
The picture above ϕ It's actually CNN Part of , And two ϕ The network structure is the same , This is a typical twin neural network , And in the whole model only conv Layer and the pooling layer , So this is also a typical full convolution (fully-convolutional) neural network .
Extract the sample image and search image of each frame offline , To avoid resizing the image during training .
Feature extraction network φ
φ The corresponding feature extraction network adopts AlexNet
Input
about z
The image cutting method is to select a tight bounding box ( w x h ) , And select more pixels in a certain range around p As the context boundary , p The calculation method of is p = ( w + h ) / 4 , Multiply by a scale parameter , become A ( 127 x 127 )
about x
Will be cut out from the whole picture 255×255 Pictures of the , The center of clipping is predicted by the previous frame bounding-box Center of .
When template image z And search for images x When not enough cutting , The missing part will be averaged RGB Value padding .
Loss function




边栏推荐
- traceroute命令讲解
- 什么是敏捷开发流程
- 13、Darknet YOLO3
- Explanation of traceroute command
- VirtualLab基础实验教程-7.偏振(1)
- Introduction to nexus and detailed tutorial of Xiaobai using idea to package and upload to nexus3 private server
- 如何给 SAP Spartacus Storefront 创建新的页面
- Solution to the problem that the easycvr kernel of intelligent video analysis platform cannot be started as a service
- 简单介绍BASE64Encoder的使用
- Nexus Introduction and Xiaobai use idea Packaging and Upload to Nexus 3 private service detailed tutoriel
猜你喜欢

TCP congestion control details | 2 background

Modbus协议通信异常

嵌入式 ~ 介绍

Microservice architecture practice: Construction of highly available distributed file system fastdfs architecture

HBuilderX运行到手机或模拟器提示没有找到设备

【网络是怎样连接的】第五章 探索服务器

简单线性规划问题

每日一题——倒置字符串

Chapter 3 of hands on deep learning - (1) linear regression is realized from scratch_ Learning thinking and exercise answers

Chrome browser quick access stackoverflow
随机推荐
ROS知识点——ros::NodeHandle n 和 nh(“~“)的区别
求简单微分方程
什么是敏捷开发流程
chrome浏览器快速访问stackoverflow
OpenHarmony如何启动FA(本地和远程)
After meeting a full stack developer from Tencent, I saw what it means to be proficient in MySQL tuning
What are the green field and brown field models in software development - green field development and brown field development
【网络是怎样连接的】第五章 探索服务器
VirtualLab基础实验教程-7.偏振(1)
[comment le réseau se connecte] chapitre 6: demande d'accès au serveur et réponse au client (terminé)
Daily question - inverted string
Platform management background and merchant menu resource management: merchant role management design
每日一题——小乐乐改数字
easyswoole3.2重启不成功
executescalar mysql_ExecuteScalar()
No such file or directory: ‘/tmp/tmpxxx/tmpxxx.py‘
SAP commerce cloud storefront framework selection: accelerator or Spartacus?
Migrate your accelerator based SAP commerce cloud storefront to Spartacus
最长无重复子数组
Introduction to nexus and detailed tutorial of Xiaobai using idea to package and upload to nexus3 private server