Fast-rcnn标图工具生成xml文件

1、github工具安装地址:https://github.com/tzutalin/labelImg

2、我在window下安装,先下载Python2.7和PyQt4

3、cmd进入到labelImg目录下(如果cmd命令CD无法进入其他盘,可使用pushd N:)运行:

4、pyrcc4 -o resources.py resources.qrc

5、python labelImg.py
6、发现报错没有lxml模块,然后使用easy_install安装

7、先到http://pypi.python.org/pypi/lxml/2.3/下载.egg文件然后在终端运行:

      easy_install N:\lxml-2.3.py2.7.win32.egg

8、再运行python labelImg.py

9、出来结果:

Fast-rcnn标图工具生成xml文件_第1张图片

你可能感兴趣的:(Deep,Learning,XML)