DeepLabCut benchmark#

For further information and the leaderboard, see the official homepage.

High Level API#

When implementing your own benchmarks, the most important functions are directly accessible under the deeplabcut.benchmark package.

Available benchmark definitions#

See the official benchmark page for a full overview of the available datasets. A benchmark submission should contain a result for at least one of these benchmarks. For an example of how to implement a benchmark submission, refer to the baselines in the DeepLabCut benchmark repo.

Metric calculation#