object-tracker
There are 40 repositories under object-tracker topic.
theAIGuysCode/yolov4-deepsort
Object tracking implemented with YOLOv4, DeepSort, and TensorFlow.
theAIGuysCode/yolov3_deepsort
Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.
rampal-punia/yolov8-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
pmj110119/YOLOX_deepsort_tracker
using yolox+deepsort for object-tracking
JunaidCS032/MOTBeyondPixels
Monocular multi-object tracking using simple and complementary 3D and 2D cues (ICRA 2018)
extreme-assistant/Object-Tracking-Paper-Benchmark-Team
2019-2020年目标跟踪资源全汇总(论文、模型代码、优秀实验室)极市团队整理
MuhammadMoinFaisal/YOLOv7-DeepSORT-Object-Tracking
YOLOv7 Object Tracking using PyTorch, OpenCV and DeepSORT
spacewalk01/yolov9-bytetrack-tensorrt
Integration of YOLOv9 with ByteTracker
Kazuhito00/OpenCV-Object-Tracker-Python-Sample
Python版OpenCVのTracking APIの比較サンプル
OMEGAMAX10/YOLOv8-Object-Detection-Tracking-Image-Segmentation-Pose-Estimation
YOLOv8 object detection, tracking, image segmentation and pose estimation app using Ultralytics API (for detection, segmentation and pose estimation), as well as DeepSORT (for tracking) in Python. This app uses an UI made with streamlit and it can be deployed with Docker.
kadirnar/yolov5-strongsort
Minimal PyTorch implementation of YOLOv5 and StrongSort
bayesian-object-tracking/dbot
Depth-Based Bayesian Object Tracking Library
JanghoonChoi/TACT
Visual Tracking by TridenAlign and Context Embedding
ShreshthSaxena/TrackSS
Lightweight Swift package for adding real-time object tracking to any detector.
saharshleo/OpenCV-Trackers
Implementation of object tracking research papers
ixez/OTB_Zoo
A collection of trackers' code for Visual Tracker Benchmark (OTB).
kadirnar/ocsort-pip
OcSort-Pip: Packaged version of the OcSort repository
LiuYuML/Depth-Attention
[ACCV 2024 (Oral)] Official Implementation of Depth Attention for Robust RGB Tracking
Qengineering/ByteTrack_with_labels
A thread safe implementation of ByteTrack with (COCO) labels.
akshaybahadur21/ObjectTracking
An object tracking for humans 🔬
wansook0316/MultiFaceTrackerUsingDeepsort
Face Tracker using Yolov3, Arcface, Deepsort
fvilmos/centroid_tracker
Simple centroid tracking algorithm using a cascade detector.
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.
P4wn04178/capstone
Face blurring implemented with YOLOv3, Deep Sort and Tensorflow.
aakaashjois/goturn_pytorch
A PyTorch port of GOTURN tracker
abhineet123/deep_mdp
Deep MDP: A Modular Framework for Multi-Object Tracking
whitelok/fast-directional-chamfer-matching-cpp
This is a C++ implement of fast directional chamfer matching on any platform.
yayuniversal/multi-object-tracker
Multi object tracker, with Python and OpenCV DNN
rolson24/ImprovedAssociationTrack-cpp
C++ implementation of An Improved Association Pipeline for Multi-Person Tracking
stelynx/sofot
Stelynx Optical Flow-based Object Tracker
SumYg/COMP3340-IOU-Based-Tracker
Using faster RCNN with the backbone Resnet Strikes Back in MMDetection to implement an IOU-based tracker with Kalman Filter and delayed deletion.
NotQuis/cpp-match
cpp-match is a powerful C++ library for pattern matching and functional-style programming, allowing developers to write concise and expressive code for handling complex data structures efficiently. The library provides a clean and intuitive syntax for matching patterns, making it easier to work with data in a functional programming paradigm.
ynsrc/python-yolov8-examples
YOLOv8 Examples in Python