当前位置:网站首页>VOT2021 game introduction
VOT2021 game introduction
2022-07-31 22:11:00 【Diros1g】
The full name of VOT is Visual-Object-Tracking Challenge, which started in 2013 and was held in Sydney, Australia.
2021 will be held on October 16th with three tracks: ST/RT, LT, RGBD
ST/RT (Short-Term, Single-Target): single target, short sequence, the goal is to do everythingPossible to track a target for a long time; datasets include Public dataset (60 sequences) + Sequestered dataset (60 sequences) Undisclosed datasets; require at least 20fps
LT (Long-Term): It is required to detect whether the target is lost, if it is lost, it needs to be detected again, and the information content is printed as bbox and deterministic score. The data set includes 50 classes
RGBD =RGB + Depth Map: This track includes 80 sequences
RGB:
RGB color mode is a color standard in the industry. It is obtained by changing the three color channels of red, green (G), and blue (B) and superimposing them on each other.For a variety of colors, RGB is the color representing the three channels of red, green and blue. This standard includes almost all colors that can be perceived by human vision, and is one of the most widely used color systems at present.
Depth Map:
In 3D computer graphics, a Depth Map is an image or image channel that contains information about the distance to the surface of a scene object from a viewpoint.Among them, the Depth Map is similar to a grayscale image, except that each pixel value of it is the actual distance of the sensor from the object.Usually the RGB image and the Depth image are registered, so there is a one-to-one correspondence between pixels.
Reference:
https://blog.csdn.net/donkey_1993/article/details/80781773
边栏推荐
- Realize serial port receiving data based on STM32 ring queue
- [Code Hoof Set Novice Village 600 Questions] Leading to the combination of formulas and programs
- Quick Start Tutorial for flyway
- Returns a zero-length array or empty collection, do not return null
- HTC使用官方固件作为底包制作rom卡刷包教程
- Shell script quick start to actual combat -02
- Efficient Concurrency: A Detailed Explanation of Synchornized's Lock Optimization
- Dry goods | 10 tips for MySQL add, delete, change query performance optimization
- What is Thymeleaf?How to use.
- Carbon教程之 基本语法入门大全 (教程)
猜你喜欢

Go1.18 upgrade function - Fuzz test from scratch in Go language
![[Code Hoof Set Novice Village 600 Questions] Merge two numbers without passing a character array](/img/4d/038e6cd6ecad19934122cff89f4d76.png)
[Code Hoof Set Novice Village 600 Questions] Merge two numbers without passing a character array

角色妆容的实现

Recognize anomalies (you will understand after reading this)

全网一触即发,自媒体人的内容分发全能助手——融媒宝

STM32 full series development firmware installation guide under Arduino framework

Chapter Six

第七章

老牌音乐播放器 WinAmp 发布 5.9 RC1 版:迁移到 VS 2019 完全重建,兼容 Win11

C程序设计-方法与实践(清华大学出版社)习题解析
随机推荐
STM32 full series development firmware installation guide under Arduino framework
hboot与recovery、boot.img、system.img
Qualcomm cDSP simple programming example (to query Qualcomm cDSP usage, signature), RK3588 npu usage query
架构实战营模块 8 作业
Pytest初体验
How to identify fake reptiles?
Write a database document management tool based on WPF repeating the wheel (1)
Unity-LineRenderer显示一条线
Collation of knowledge points in Ningbo University NBU IT project management final exam
Redis综述篇:与面试官彻夜长谈Redis缓存、持久化、淘汰机制、哨兵、集群底层原理!...
Thymeleaf是什么?该如何使用。
Getting Started with Tkinter
TestCafeSummary
How to get useragent
Shell script quick start to actual combat -02
老牌音乐播放器 WinAmp 发布 5.9 RC1 版:迁移到 VS 2019 完全重建,兼容 Win11
grep command written test questions
角色妆容的实现
Several methods for deleting specified elements in Golang slices
利用反射实现一个管理对象信息的简单框架