Contents

boxmot 10.0.65

0

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation model

BoxMOT: pluggable SOTA tracking modules for segmentation, object detection and pose estimation models

Stars: 6027, Watchers: 6027, Forks: 1633, Open Issues: 5

The mikel-brostrom/yolo_tracking repo was created 3 years ago and the last code push was Yesterday.
The project is extremely popular with a mindblowing 6027 github stars!

How to Install boxmot

You can install boxmot using pip

pip install boxmot

or add it to a project with poetry

poetry add boxmot

Package Details

Author
Mikel Broström
License
AGPL-3.0
Homepage
None
PyPi:
https://pypi.org/project/boxmot/
GitHub Repo:
https://github.com/mikel-brostrom/yolo_tracking

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Artificial Intelligence
  • Scientific/Engineering/Image Processing
  • Scientific/Engineering/Image Recognition
  • Software Development
No  boxmot  pypi packages just yet.

Errors

A list of common boxmot errors.

Code Examples

Here are some boxmot code examples and snippets.

GitHub Issues

The boxmot package has 5 open issues on GitHub

  • Clip reid
  • Custom Dataset for tracking
  • CLIP-ReID preview HERE!
  • Create classes.txt
  • Update run model .engine
  • Is it suspicious that I got higher performance for OCSORT against DeepOCSORT on MOT17?
  • use black for flake8 formatting under the hood
  • Pymotmetrics

See more issues on GitHub

Related Packages & Articles

ultralytics 8.1.45

Ultralytics YOLOv8 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation and image classification.

albumentations 1.4.3

An efficient library for image augmentation, providing extensive transformations to support machine learning and computer vision tasks.

mmdet 3.3.0

OpenMMLab Detection Toolbox and Benchmark

stardist 0.8.5

StarDist is a Python package designed for object detection with star-convex shapes, particularly useful in microscopy. It provides implementations for both 2D and 3D images and uses a model trained to predict distances to the object boundary along fixed rays and object probabilities. These predictions produce an overcomplete set of candidate polygons for a given image, with the final result obtained via non-maximum suppression.

StarDist is compatible with Python 3.6 to 3.10, requires TensorFlow, and provides pre-trained models for 2D images and example workflows via Jupyter notebooks, making it a versatile tool for cell detection and segmentation in microscopy.