Skip to content

Commit

Permalink
Merge branch 'main' into iou-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 authored Dec 17, 2024
2 parents 3c72679 + 48351ed commit 95e3252
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/test-cases.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
"# Standard Test Cases"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"To facilitate testing, we have provided a suite of canonical examples that cover the basic, simple scenarios that can occur in segmentation and tracking. Here we describe them and show visualizations of each case.\n",
"\n",
"Matchers should test all the segmentation cases. Metrics should test all the tracking cases. The examples are generated by functions in the `tests/examples/` directory."
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 95e3252

Please sign in to comment.