visual-object-tracking
There are 39 repositories under visual-object-tracking topic.
z-x-yang/Segment-and-Track-Anything
An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
Guanghan/lighttrack
LightTrack: A Generic Framework for Online Top-Down Human Pose Tracking
imatge-upc/rvos
RVOS: End-to-End Recurrent Network for Video Object Segmentation (CVPR 2019)
Event-AHU/EventVOT_Benchmark
[CVPR-2024] The First High Definition (HD) Event based Visual Object Tracking Benchmark Dataset
Hon-Wong/Elysium
[ECCV 2024] Elysium: Exploring Object-level Perception in Videos via MLLM
Event-AHU/COESOT
A large-scale benchmark dataset for color-event based visual tracking
Xuchen-Li/Awesome-Visual-Object-Tracking
A visual object tracking paper list, articles related to visual object tracking have been documented.
goutamyg/SMAT
[WACV 2024] Separable Self and Mixed Attention Transformers for Efficient Object Tracking
debOliveira/MoCapRasp
Motion capture arena using only Raspberry Pi and open source libraries
SHI-Yu-Zhe/Benchmarks-for-Single-Object-Visual-Tracking
Exploring through 7 popular datasets for visual object tracking, including OTB, UAV, VOT, LaSOT, NFS, TrackingNet and GOT-10k.
goutamyg/MVT
[BMVC 2023] Mobile Vision Transformer-based Visual Object Tracking
hsjeong5/CSK
A Python implementation of "Exploiting the Circulant Structure of Tracking-by-Detection with Kernels"
VitaAmbroz/360Tracking
Modifications to improve single object tracking in 360° equirectangular videos.
SHI-Yu-Zhe/Single-Object-Visual-Tracking_A-Paper-List
A complete paper list of Single-Object Visual Tracking Algorithms, Surveys and Benchmarks of recent years. Different from existing paper list, this project doesn't simply category the papers by publishment, but from a tracking challenge-tackling perspective.
hamedkiani/BACF-tracking
MATLAB code for BACF object tracker
LiuYuML/NT-VOT211
[ACCV 2024 (Oral, Best Application Paper)] Official Implementation of NT-VOT211: A Large-Scale Benchmark for Night-time Visual Object Tracking
LiuYuML/Depth-Attention
[ACCV 2024 (Oral)] Official Implementation of Depth Attention for Robust RGB Tracking
songheony/A3T
Official code of "AAA: Adaptive Aggregation of Arbitrary Online Trackers with Theoretical Performance Guarantee"
matteo-dunnhofer/TREK-150-toolkit
Official code repository to download the TREK-150 benchmark dataset and run experiments on it.
fbasatemur/NA-OSTrack
Noise Aware OSTrack
goutamyg/MVT.cpp
C++ implementation of "Mobile Vision Transformer-based Visual Object Tracking" (BMVC2023) and "Separable Self and Mixed Attention Transformers for Efficient Object Tracking" (WACV2024)
husikl/ist_ros
IST-ROS: Interactive Segmentation and Tracking for ROS, is a package based on integration of Segment Anything Model with semi-supervised video object segmentation method, for flexible object segmentation and tracking in ROS-based systems.
Vujas-Eteph/READMem
[BMVC 2023] READMem: Robust Embedding Association for a Diverse Memory in Unconstrained Video Object Segmentation
gzdshn/hoot-toolkit
Public toolkit for HOOT: Heavy Occlusions for Object Tracking Benchmark.
AddASecond/ObjectTrackingRepo
A collection of repos in object tracking
maklachur/SCSAtt
Efficient Visual Tracking with Stacked Channel-Spatial Attention Learning
maklachur/SiamFRN
This work proposes a feature refined end-to-end tracking framework with a balanced performance using a high-level feature refine tracking framework. The feature refine module enhances the target feature representation power that allows the network to capture salient information to locate the target. The attention module is employed inside the feature refine mechanism to improve network discrimination power that augments the network ability to track the target in challenging scenarios.
matteo-dunnhofer/SkiTB-toolkit
[WACV 2024] Official code repository to run experiments on the SkiTB dataset.
matteo-dunnhofer/CoCoLoT
Python implementation of the CoCoLoT tracker (aka mlpLT), winner of the Visual Object Tracking VOT2021 Long-term Challenge.
Horacehxw/SiamMargin
VOT2019: Discriminative Siamese Embedding for Object Tracking (SiamMargin)
maklachur/VOT-Paper-Summary
VOT-Paper-Summary: The objective of this repo is to provide Visual Object Tracking papers' overview concisely.
A-Kerim/NOVA
NOVA: Rendering Virtual Worlds with Humans for Computer Vision Tasks
mukul54/Visual-Object-Tracking
Some of the work done during the winter research intern at IIST, Trivandrum
samuki/single-object-tracking
Evaluation of Single Object Tracking with SiamMask on the autonomous driving datasets A2D2 and KITTI.
SCIA-Premium/DNN
This repository contains the project of DNN class at EPITA. The goal of the project was to benchmark multiple type of Visual Object Trackers on multiple dataset using different metrics.
songheony/AAA-WACV
Official code of "Adaptive Aggregation of Arbitrary Online Trackers with a Regret Bound", WACV 2020