Open source tools and computational power have progressed, but there’s a world wide race out there to weave the latest theories and algorithms with cheap small batch hardware. May the most accurate win. Advances in video processing and purpose-built computing centers mean that you don’t need to run super computers to do this. You need simply provide your stream to an ingestion point in the cloud.

The Competition, Public vs. Private Software
Annually, the Multi Object Tracking Benchmark releases the ranks of multiple object tracking software upon a set of standardized videos. These samples are run against various platforms, algorithms, and software to express how effective they were at reporting the “Ground Truth”

Typically, the unified evaluation framework provided meaningful results of the effectiveness of software which boiled to the following metrics:
- Accuracy and Rank
- Number of Mostly Tracked/Lost objects
- False positives/negatives
- Tracker speed in frames per second
https://motchallenge.net/data/2D_MOT_2015/#download
Open Source Projects Abound
Certainly there’s a tonne of open source project for computer vision. See Github for snippets and full on executables ready to take a stream.
Here’s an open source Python-based single object tracker. In this one, the camera moves. https://github.com/STVIR/pysot
SORT is a barebones implementation of a visual multiple object tracking framework https://github.com/abewley/sort#using-sort-in-your-own-project
Crowd analysis? https://github.com/tsenst/CrowdFlow
How about computational cell tracking using BayesianTracker
