From c450578ef88ac8312bab8568b80ad9c4b138d97c Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 14 Jul 2018 23:59:57 +0900 Subject: [PATCH] Update README.md --- examples/instance_segmentation/README.md | 2 +- examples/semantic_segmentation/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/instance_segmentation/README.md b/examples/instance_segmentation/README.md index bdb4332..6b15896 100644 --- a/examples/instance_segmentation/README.md +++ b/examples/instance_segmentation/README.md @@ -24,7 +24,7 @@ labelme data_annotated --labels labels.txt --nodata Fig 1. JPEG image (left), JPEG class label visualization (center), JPEG instance label visualization (right) -Note that the reason why the label file is mostly black is it contains only very low label values (ex. `0, 4, 14`), and +Note that the label file contains only very low label values (ex. `0, 4, 14`), and `255` indicates the `__ignore__` label value (`-1` in the npy file). You can see the label PNG file by following. diff --git a/examples/semantic_segmentation/README.md b/examples/semantic_segmentation/README.md index 31d852b..3887e46 100644 --- a/examples/semantic_segmentation/README.md +++ b/examples/semantic_segmentation/README.md @@ -24,7 +24,7 @@ labelme data_annotated --labels labels.txt --nodata Fig 1. JPEG image (left), PNG label (center), JPEG label visualization (right) -Note that the reason why the label file is mostly black is it contains only very low label values (ex. `0, 4, 14`), and +Note that the label file contains only very low label values (ex. `0, 4, 14`), and `255` indicates the `__ignore__` label value (`-1` in the npy file). You can see the label PNG file by following. -- GitLab