Explorar el Código

Update examples/semantic_segmentation/README.md

Kentaro Wada hace 7 años
padre
commit
04ab36bd88
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)