当前位置:网站首页>[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
边栏推荐
- Vscode + eslint configuration
- Si446 usage record (II): generate header files using wds3
- SAP commerce cloud storefront framework selection: accelerator or Spartacus?
- Modbus协议通信异常
- helm kubernetes包管理工具
- MATLAB中nexttile函数使用
- 简单线性规划问题
- Introduce the scrollintoview() method attribute in detail
- 台风来袭,多景区暂时关闭,省文旅厅提醒注意安全!
- TCP congestion control details | 2 background
猜你喜欢
每日一题——“水仙花数”
From collection to output: inventory those powerful knowledge management tools - inventory of excellent note taking software (4)
链表求和[dummy+尾插法+函数处理链表引用常见坑位]
从收集到输出:盘点那些强大的知识管理工具——优秀笔记软件盘点(四)
Are you holding back on the publicity of the salary system for it posts such as testing, development, operation and maintenance?
Modbus协议通信异常
Microservice architecture practice: Construction of highly available distributed file system fastdfs architecture
Microservice architecture practice: Construction of scalable distributed database cluster
Daily question - "number of daffodils"
关于我
随机推荐
What is agile development process
Shutter: action feedback
【网络是怎样连接的】第六章 请求到达服务器以及响应给客户端(完结)
dstat使用[通俗易懂]
Simple linear programming problem
CEPH principle
Smart trash can (V) - light up OLED
Win10 system uses pip to install juypter notebook process record (installed on a disk other than the system disk)
si446使用记录(二):使用WDS3生成头文件
HBuilderX运行到手机或模拟器提示没有找到设备
easyAI笔记——深度学习
SAP commerce cloud storefront framework selection: accelerator or Spartacus?
牛客JS2 文件扩展名
Making tutorial of chicken feet with pickled peppers
【历史上的今天】7 月 2 日:BitTorrent 问世;商业系统 Linspire 被收购;索尼部署 PlayStation Now
LeetCode:1380. Lucky number in matrix -- simple
Nexus简介及小白使用IDEA打包上传到Nexus3私服详细教程
PCL knowledge points - voxelized grid method for down sampling of point clouds
Migrate your accelerator based SAP commerce cloud storefront to Spartacus
牛客 JS3 分隔符