From 63f36811ffaf14ffbb3d71a6afdbc6a668bb8039 Mon Sep 17 00:00:00 2001 From: Muhammad Mubashirullah Durrani <45071858+MubashirullahD@users.noreply.github.com> Date: Sun, 10 Jan 2021 02:18:05 +0500 Subject: [PATCH] Update 04_Supervisely_Format_objects.md Change field description of Bitmap from string to boolean matrix --- .../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..d79dea43 100644 --- a/data-organization/Annotation-JSON-format/04_Supervisely_Format_objects.md +++ b/data-organization/Annotation-JSON-format/04_Supervisely_Format_objects.md @@ -326,7 +326,7 @@ Fields description: - `classTitle` - string - the title of the current class. It's used to identify the corresponding class shape from the `meta.json` file - `bitmap` - object with two fields: - `origin` - points (`x` and `y` coordinates) of the top left corner of the bitmap, i.e. the position of the bitmap within the image - - `data` - string - encoded representation of a string + - `data` - string - encoded representation of a boolean matrix