Packaged version of the OcSort repository
Project description
OcSort-Pip: Packaged version of the OcSort repository
Overview
This repo is a packaged version of the OcSort algorithm.
Installation
pip install ocsort
Detection Model + OcSort
from ocsort.ocsort import OCSort
tracker = OCSort(args)
for image in images:
dets = detector(image)
online_targets = tracker.update(dets)
Citation
@article{cao2022observation,
title={Observation-Centric SORT: Rethinking SORT for Robust Multi-Object Tracking},
author={Cao, Jinkun and Weng, Xinshuo and Khirodkar, Rawal and Pang, Jiangmiao and Kitani, Kris},
journal={arXiv preprint arXiv:2203.14360},
year={2022}
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ocsort-0.0.2.tar.gz
(23.2 kB
view details)
File details
Details for the file ocsort-0.0.2.tar.gz
.
File metadata
- Download URL: ocsort-0.0.2.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd74621b6fa0255d97f2b0c030738e5d6547aa262f0db5c0086b2a247b16535d |
|
MD5 | 806c43b86b9447aa2c2139069495510a |
|
BLAKE2b-256 | 8da5b7ea2cfb079fe92c519f74ad5693af9d7a01209fac79d66cf26727ac22c9 |