Skip to content

swarm-lab/trackRai

Repository files navigation

trackRai trackRai website

CRAN status R-CMD-check Codecov test coverage test-coverage

trackRai is a YOLO-based multi-object tracking software for R. It provides a series of Shiny apps for automating the preparation and training of YOLO11 models, for performing the tracking of multiple objects in a video, and for visualizing the results of the tracking process.


Installation

You can install the development version of trackRai from GitHub with:

# install.packages("pak")
pak::pak("swarm-lab/trackRai")

User guides