0
点赞
收藏
分享

微信扫一扫

labelimg运行安装<Windows>

倚然君 2022-01-31 阅读 51
PS D:\programdata\anaconda3\lib\site-packages\labelImg> history

  Id CommandLine
  -- -----------
   1 pip install labelimg
   2 pip show labelimg
   3 cd  d:\programdata\anaconda3\lib\site-packages
   4 ls
   5 cd .\labelImg\
   6 ls
   7 python .\labelImg.py
   
   3->2 pip show labelimg:location
   
PS D:\programdata\anaconda3\lib\site-packages\labelImg> pip show labelimg
Name: labelImg
Version: 1.8.6
Summary: LabelImg is a graphical image annotation tool and label object bounding boxes in images
Home-page: https://github.com/tzutalin/labelImg
Author: TzuTa Lin
Author-email: tzu.ta.lin@gmail.com
License: MIT license
Location: d:\programdata\anaconda3\lib\site-packages
Requires: lxml, pyqt5
Required-by:
举报

相关推荐

0 条评论