Skip to content

Commit

Permalink
Merge branch 'main' into track-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
msschwartz21 authored Dec 19, 2024
2 parents f729dad + 68d63ad commit f748876
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions examples/test-cases.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -612,12 +612,14 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Segmentation Cases"
"## Segmentation Cases\n",
"\n",
"Each example that is illustrated here is also implemented in 3d."
]
},
{
"cell_type": "code",
"execution_count": 74,
"execution_count": null,
"metadata": {
"nbsphinx": "hidden"
},
Expand All @@ -643,7 +645,7 @@
},
{
"cell_type": "code",
"execution_count": 75,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -663,7 +665,7 @@
},
{
"cell_type": "code",
"execution_count": 76,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -683,7 +685,7 @@
},
{
"cell_type": "code",
"execution_count": 77,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -703,7 +705,7 @@
},
{
"cell_type": "code",
"execution_count": 78,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -723,7 +725,7 @@
},
{
"cell_type": "code",
"execution_count": 79,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -743,7 +745,7 @@
},
{
"cell_type": "code",
"execution_count": 80,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand All @@ -763,7 +765,7 @@
},
{
"cell_type": "code",
"execution_count": 81,
"execution_count": null,
"metadata": {},
"outputs": [
{
Expand Down

1 comment on commit f748876

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Mean (s) BASE 68d63ad Mean (s) HEAD f748876 Percent Change
test_load_gt_ctc_data[2d] 5.58155 5.71682 2.42
test_load_gt_ctc_data[3d] 20.2566 15.7828 -22.09
test_load_pred_ctc_data[2d] 1.14556 1.11584 -2.59
test_ctc_checks[2d] 0.75141 0.75119 -0.03
test_ctc_checks[3d] 9.38069 9.6249 2.6
test_ctc_matcher[2d] 1.44138 1.50459 4.39
test_ctc_matcher[3d] 16.5608 16.9424 2.3
test_ctc_metrics[2d] 0.28173 0.27767 -1.44
test_ctc_metrics[3d] 4.19273 2.0851 -50.27
test_iou_matcher[2d] 1.53143 1.60744 4.96
test_iou_matcher[3d] 17.7585 17.8722 0.64
test_iou_div_metrics[2d] 0.07258 0.07371 1.55
test_iou_div_metrics[3d] 0.71935 0.74147 3.07

Please sign in to comment.