Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.13 KB

File metadata and controls

42 lines (32 loc) · 1.13 KB
deeplabcut
last_content_updated last_metadata_updated ignore
2025-02-28
2026-03-06
false

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.

.. automodule:: deeplabcut.benchmark
   :members:
   :show-inheritance:

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.

.. automodule:: deeplabcut.benchmark.benchmarks
   :members:
   :show-inheritance:

Metric calculation

.. automodule:: deeplabcut.benchmark.metrics
   :members:
   :show-inheritance: