Browse Source

Update examples/semantic_segmentation/README.md

Kentaro Wada 7 năm trước cách đây
mục cha
commit
04ab36bd88
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/semantic_segmentation/README.md

+ 1 - 1
examples/semantic_segmentation/README.md

@@ -3,7 +3,7 @@
 ## Annotation
 
 ```bash
-labelme data_annotated --labels="$(tr '\n' , < labels.txt)" --nodata
+labelme data_annotated --labels labels.txt --nodata
 ```
 
 ![](.readme/annotation.jpg)