소스 검색

Update README.md

Kentaro Wada 6 년 전
부모
커밋
12d05f436b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      examples/instance_segmentation/README.md
  2. 1 1
      examples/semantic_segmentation/README.md

+ 1 - 1
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.
 

+ 1 - 1
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.