소스 검색

Update README.md

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

+ 1 - 1
README.md

@@ -88,7 +88,7 @@ labelme  # Open GUI
 labelme tutorial/apc2016_obj3.jpg  # Specify file
 labelme tutorial/apc2016_obj3.jpg -O tutorial/apc2016_obj3.json  # Close window after the save
 labelme tutorial/apc2016_obj3.jpg --nodata  # Not include image data but relative image path in JSON file
-labelme apc2016_obj3.jpg \
+labelme tutorial/apc2016_obj3.jpg \
   --labels highland_6539_self_stick_notes,mead_index_cards,kong_air_dog_squeakair_tennis_ball  # Specify label list
 ```