Selaa lähdekoodia

Update README.md

Kentaro Wada 7 vuotta sitten
vanhempi
commit
9591c5712f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -86,7 +86,7 @@ Run `labelme --help` for detail.
 ```bash
 labelme  # Open GUI
 labelme tutorial/apc2016_obj3.jpg  # Specify file
-labelme tutorial/apc2016_obj3.jpg --nodata  # Include image data in JSON file (relative image path is included)
+labelme tutorial/apc2016_obj3.jpg --nodata  # Not include image data but relative image path in JSON file
 labelme tutorial/apc2016_obj3.jpg -O tutorial/apc2016_obj3.json  # Close window after the save
 ```