From cfd49e6694c3cfa324338c14ef4d282c652002dd Mon Sep 17 00:00:00 2001 From: Sourabh S <59771928+100rab-S@users.noreply.github.com> Date: Tue, 22 Jun 2021 12:07:04 +0530 Subject: [PATCH] typo in polygon (with holes) heading Originally the heading was polygon (without holes), but the heading must be polygon (with holes). Since polygon (without holes) already exist above. --- .../Annotation-JSON-format/04_Supervisely_Format_objects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-organization/Annotation-JSON-format/04_Supervisely_Format_objects.md b/data-organization/Annotation-JSON-format/04_Supervisely_Format_objects.md index 0eaa0354..3702d709 100644 --- a/data-organization/Annotation-JSON-format/04_Supervisely_Format_objects.md +++ b/data-organization/Annotation-JSON-format/04_Supervisely_Format_objects.md @@ -177,7 +177,7 @@ Fields definitions: - `exterior` - list of points [point1, point2, point3, etc ...] where each point is a list of two numbers (coordinates) [col, row] - `interior` - list of elements with the same structure as the "exterior" field. In other words, this is the list of polygons that define object holes. For polygons without holes in them, this field is empty -## Polygon (without holes) +## Polygon (with holes) Example: