labelimg运行安装<Windows>

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: [email protected]
License: MIT license
Location: d:\programdata\anaconda3\lib\site-packages
Requires: lxml, pyqt5
Required-by:

你可能感兴趣的:(笔记,windows,python,深度学习)