소스 검색

Update README.md

Kentaro Wada 7 년 전
부모
커밋
ad92fbbaa2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -86,6 +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 -O tutorial/apc2016_obj3.json  # Close window after the save
 ```