嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
图像标注工具labelImg使用代码:labelImg-master
.
├── labelImg-master
│ ├── CONTRIBUTING.rst
│ ├── HISTORY.rst
│ ├── LICENSE
│ ├── MANIFEST.in
│ ├── Makefile
│ ├── README.rst
│ ├── __init__.py
│ ├── build-tools
│ │ ├── README.md
│ │ ├── build-for-macos.sh
│ │ ├── build-for-pypi.sh
│ │ ├── build-ubuntu-binary.sh
│ │ ├── build-windows-binary.sh
│ │ ├── envsetup.sh
│ │ └── run-in-container.sh
│ ├── data
│ │ └── predefined_classes.txt
│ ├── demo
│ │ ├── demo.jpg
│ │ ├── demo3.jpg
│ │ ├── demo4.png
│ │ └── demo5.png
│ ├── issue_template.md
│ ├── labelImg.py
│ ├── libs
│ │ ├── __init__.py
│ │ ├── __pycache__
│ │ │ ├── __init__.cpython-37.pyc
│ │ │ ├── canvas.cpython-37.pyc
│ │ │ ├── colorDialog.cpython-37.pyc
│ │ │ ├── constants.cpython-37.pyc
│ │ │ ├── hashableQListWidgetItem.cpython-37.pyc
│ │ │ ├── labelDialog.cpython-37.pyc
│ │ │ ├── labelFile.cpython-37.pyc
│ │ │ ├── pascal_voc_io.cpython-37.pyc
│ │ │ ├── resources.cpython-37.pyc
│ │ │ ├── settings.cpython-37.pyc
│ │ │ ├── shape.cpython-37.pyc
│ │ │ ├── stringBundle.cpython-37.pyc
│ │ │ ├── toolBar.cpython-37.pyc
│ │ │ ├── ustr.cpython-37.pyc
│ │ │ ├── utils.cpython-37.pyc
│ │ │ ├── yolo_io.cpython-37.pyc
│ │ │ └── zoomWidget.cpython-37.pyc
│ │ ├── canvas.py
│ │ ├── colorDialog.py
│ │ ├── constants.py
│ │ ├── hashableQListWidgetItem.py
│ │ ├── labelDialog.py
│ │ ├── labelFile.py
│ │ ├── pascal_voc_io.py
│ │ ├── resources.py
│ │ ├── resources.qrc
│ │ ├── settings.py
│ │ ├── shape.py
│ │ ├── stringBundle.py
│ │ ├── toolBar.py
│ │ ├── ustr.py
│ │ ├── utils.py
│ │ ├── yolo_io.py
│ │ └── zoomWidget.py
│ ├── requirements
│ │ └── requirements-linux-python3.txt
│ ├── resources
│ │ ├── icons
│ │ │ ├── app.icns
│ │ │ ├── app.png
│ │ │ ├── app.svg
│ │ │ ├── cancel.png
│ │ │ ├── close.png
│ │ │ ├── color.png
│ │ │ ├── color_line.png
│ │ │ ├── copy.png
│ │ │ ├── delete.png
│ │ │ ├── done.png
│ │ │ ├── done.svg
│ │ │ ├── edit.png
│ │ │ ├── expert1.png
│ │ │ ├── expert2.png
│ │ │ ├── eye.png
│ │ │ ├── feBlend-icon.png
│ │ │ ├── file.png
│ │ │ ├── fit-width.png
│ │ │ ├── fit-window.png
│ │ │ ├── fit.png
│ │ │ ├── format_voc.png
│ │ │ ├── format_yolo.png
│ │ │ ├── help.png
│ │ │ ├── labels.png
│ │ │ ├── labels.svg
│ │ │ ├── new.png
│ │ │ ├── next.png
│ │ │ ├── objects.png
│ │ │ ├── open.png
│ │ │ ├── open.svg
│ │ │ ├── prev.png
│ │ │ ├── quit.png
│ │ │ ├── resetall.png
│ │ │ ├── save-as.png
│ │ │ ├── save-as.svg
│ │ │ ├── save.png
│ │ │ ├── save.svg
│ │ │ ├── undo-cross.png
│ │ │ ├── undo.png
│ │ │ ├── verify.png
│ │ │ ├── zoom-in.png
│ │ │ ├── zoom-out.png
│ │ │ └── zoom.png
│ │ └── strings
│ │ ├── strings-zh-CN.properties
│ │ ├── strings-zh-TW.properties
│ │ └── strings.properties
│ ├── resources.qrc
│ ├── setup.cfg
│ ├── setup.py
│ └── tests
│ ├── test.512.512.bmp
│ ├── test_io.py
│ ├── test_qt.py
│ ├── test_settings.py
│ ├── test_stringBundle.py
│ ├── test_utils.py
│ └── 臉書.jpg
└── 好例子网_labelImg-master.zip
11 directories, 114 files