All Projects → lukaswals → cpp-iout

lukaswals / cpp-iout

Licence: other
C++ Implementation of IOU Tracker presented in AVSS17

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to cpp-iout

tracking-python3
In this repository I will give some implementation of single and multiple object tracking algorithms. These include meanShift, CamShift, Boosting, MIL, KCF, TLD , GoTurn, and MedianFlow. Additionally I will show you how to grab frames at a very high FPS from camera and videos.
Stars: ✭ 98 (+196.97%)
Mutual labels:  tracking, tracking-algorithm
edusense
EduSense: Practical Classroom Sensing at Scale
Stars: ✭ 44 (+33.33%)
Mutual labels:  tracking
pyMHT
Track oriented, multi target, multi hypothesis tracker
Stars: ✭ 66 (+100%)
Mutual labels:  tracking
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+124.24%)
Mutual labels:  tracking
BOVText-Benchmark
BOVText: A Large-Scale, Multidimensional Multilingual Dataset for Video Text Spotting
Stars: ✭ 44 (+33.33%)
Mutual labels:  tracking
Face-Detection-and-Tracking
Face Detection and tracking using CamShift, Kalman Filter, Optical Flow
Stars: ✭ 30 (-9.09%)
Mutual labels:  tracking
BasicGNNTracking
This shows a basic implementation of the global nearest neighbour (GNN) multi target Tracker. Kalman filter is used for Tracking and Auction Algorithm for determining the assignment of measurments to filters.
Stars: ✭ 36 (+9.09%)
Mutual labels:  tracking-algorithm
epictracker
A demo of how can I track you using fingerprinting and some automated lookups and stuff, using modern Javascript APIs
Stars: ✭ 17 (-48.48%)
Mutual labels:  tracking
ARFaceFilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 72 (+118.18%)
Mutual labels:  tracking
Awesome-Vision-Transformer-Collection
Variants of Vision Transformer and its downstream tasks
Stars: ✭ 124 (+275.76%)
Mutual labels:  tracking
FMFNet
Official Pytorch implementation for the paper: "FMFNet: Improve the 3D Object Detection and Tracking via Feature Map Flow" [Accepted in IJCNN-2022]
Stars: ✭ 23 (-30.3%)
Mutual labels:  tracking
IMU-VR-Full-Body-Tracker
Inertial Measurement Unit (IMU) based full body tracker for Steam VR.
Stars: ✭ 46 (+39.39%)
Mutual labels:  tracking
sdks
Polyaxon Clients & Langange SDKS
Stars: ✭ 12 (-63.64%)
Mutual labels:  tracking
top-view-multi-person-tracking
This repo contains links to multi-person re-identification and tracking dataset in top view multi-camera environment.
Stars: ✭ 59 (+78.79%)
Mutual labels:  tracking
whotracks.me
Data from the largest and longest measurement of online tracking.
Stars: ✭ 288 (+772.73%)
Mutual labels:  tracking
opencv TLD
TLD:tracking-learning-detection 跟踪算法
Stars: ✭ 41 (+24.24%)
Mutual labels:  tracking
TobiiGlassesPyController
Tobii Pro Glasses 2 Python controller
Stars: ✭ 42 (+27.27%)
Mutual labels:  tracking
Lucas-Kanade-Tracker
Implementation of Lucas Kanade Tracking system using six parameter affine model and recursive Gauss-Newton process.
Stars: ✭ 30 (-9.09%)
Mutual labels:  tracking-algorithm
siamfc-pytorch-gpu-benchmark
No description or website provided.
Stars: ✭ 17 (-48.48%)
Mutual labels:  tracking
mixpanel-react-native
Official React Native Tracking Library for Mixpanel Analytics
Stars: ✭ 69 (+109.09%)
Mutual labels:  tracking

cpp-iout

C++ Implementation of IOU Tracker presented in AVSS17. For more information, please refer to the correspondent paper High-Speed Tracking-by-Detection Without Using Image Information.

You can find the original Python implementation in the following repository: bochinski/iou-tracker

If you think their work is useful in your research, please consider citing:

@INPROCEEDINGS{1517Bochinski2017,
	AUTHOR = {Erik Bochinski and Volker Eiselein and Thomas Sikora},
	TITLE = {High-Speed Tracking-by-Detection Without Using Image Information},
	BOOKTITLE = {International Workshop on Traffic and Street Surveillance for Safety and Security at IEEE AVSS 2017},
	YEAR = {2017},
	MONTH = aug,
	ADDRESS = {Lecce, Italy},
	URL = {http://elvera.nue.tu-berlin.de/files/1517Bochinski2017.pdf},

Other sections

Under construction

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].