From 805e4cacf3c5101e7c65abd69c948bafa062d915 Mon Sep 17 00:00:00 2001 From: zjh <3046308220@qq.com> Date: Thu, 29 Jun 2023 21:37:14 +0800 Subject: [PATCH] Fix XYWH mistake in notebook,according a PR 246 --- notebooks/automatic_mask_generator_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/automatic_mask_generator_example.ipynb b/notebooks/automatic_mask_generator_example.ipynb index 0c1d6dac9..cb599a726 100644 --- a/notebooks/automatic_mask_generator_example.ipynb +++ b/notebooks/automatic_mask_generator_example.ipynb @@ -265,7 +265,7 @@ "* `predicted_iou` : the model's own prediction for the quality of the mask\n", "* `point_coords` : the sampled input point that generated this mask\n", "* `stability_score` : an additional measure of mask quality\n", - "* `crop_box` : the crop of the image used to generate this mask in XYWH format" + "* `crop_box` : the crop of the image used to generate this mask in XYWH format,where X is the left bound, Y is the top bound, W is width and H is height" ] }, {