LabelCraft 2.1.3__tar.gz → 2.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/PKG-INFO +3 -3
- {labelcraft-2.1.3 → labelcraft-2.1.4}/PKG-INFO +3 -3
- {labelcraft-2.1.3 → labelcraft-2.1.4}/README.md +2 -2
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/__init__.py +1 -1
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/cli.py +6 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/SOURCES.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/dependency_links.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/entry_points.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/not-zip-safe +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/requires.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/LabelCraft.egg-info/top_level.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/MANIFEST.in +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/data/coco_classes.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/data/predefined_classes.txt +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/labelcraft_ui.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/annotation_converter.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/annotation_importer.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/canvas.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/coco_io.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/colorDialog.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/combobox.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/constants.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/create_ml_io.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/csv_io.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/default_label_combobox.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/hashableQListWidgetItem.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/i18n_engine.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/json_io.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/labelDialog.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/labelFile.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/lightWidget.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/locales/de-DE.json +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/locales/en.json +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/locales/fr-FR.json +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/locales/ja-JP.json +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/locales/zh-CN.json +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/locales/zh-TW.json +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/newProjectDialog.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/pascal_voc_io.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/project.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/resources.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/settings.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/shape.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/theme_manager.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/toolBar.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/ustr.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/utils.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/yolo_io.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/libs/zoomWidget.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/main.py +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/app.icns +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/app.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/app.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/app_screen.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/cancel.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/close.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/color.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/color_line.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/copy.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/delete.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/done.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/done.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/edit.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/expert1.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/expert2.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/eye.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/feBlend-icon.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/file.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/fit-width.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/fit-window.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/fit.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/format_createml.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/format_voc.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/format_yolo.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/help.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/labels.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/labels.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/light_brighten.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/light_darken.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/light_darken.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/light_lighten.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/light_reset.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/light_reset.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/new.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/next.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/objects.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/open.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/open.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/prev.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/quit.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/resetall.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/save-as.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/save-as.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/save.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/save.svg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/undo-cross.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/undo.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/verify.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/zoom-in.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/zoom-out.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources/icons/zoom.png +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/resources.qrc +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/setup.cfg +0 -0
- {labelcraft-2.1.3 → labelcraft-2.1.4}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LabelCraft
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.4
|
|
4
4
|
Summary: LabelCraft - A modern graphical image annotation tool based on labelImg
|
|
5
5
|
Home-page: https://github.com/syd168/LabelCraft
|
|
6
6
|
Author: LabelCraft Contributors
|
|
@@ -37,12 +37,12 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# LabelCraft - Intelligent Image Annotation Tool
|
|
39
39
|
|
|
40
|
-
> **Version 2.1.
|
|
40
|
+
> **Version 2.1.4** - A modern image annotation tool with project management and cross-platform support, developed based on [labelImg](https://github.com/tzutalin/labelImg)
|
|
41
41
|
|
|
42
42
|
[](LICENSE)
|
|
43
43
|
[](https://www.python.org/)
|
|
44
44
|
[](https://www.qt.io/)
|
|
45
|
-
[](https://github.com/syd168/LabelCraft/releases)
|
|
46
46
|
[](https://pepy.tech/project/labelcraft)
|
|
47
47
|
[](https://pypi.org/project/LabelCraft/)
|
|
48
48
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: LabelCraft
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.4
|
|
4
4
|
Summary: LabelCraft - A modern graphical image annotation tool based on labelImg
|
|
5
5
|
Home-page: https://github.com/syd168/LabelCraft
|
|
6
6
|
Author: LabelCraft Contributors
|
|
@@ -37,12 +37,12 @@ Dynamic: summary
|
|
|
37
37
|
|
|
38
38
|
# LabelCraft - Intelligent Image Annotation Tool
|
|
39
39
|
|
|
40
|
-
> **Version 2.1.
|
|
40
|
+
> **Version 2.1.4** - A modern image annotation tool with project management and cross-platform support, developed based on [labelImg](https://github.com/tzutalin/labelImg)
|
|
41
41
|
|
|
42
42
|
[](LICENSE)
|
|
43
43
|
[](https://www.python.org/)
|
|
44
44
|
[](https://www.qt.io/)
|
|
45
|
-
[](https://github.com/syd168/LabelCraft/releases)
|
|
46
46
|
[](https://pepy.tech/project/labelcraft)
|
|
47
47
|
[](https://pypi.org/project/LabelCraft/)
|
|
48
48
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# LabelCraft - Intelligent Image Annotation Tool
|
|
2
2
|
|
|
3
|
-
> **Version 2.1.
|
|
3
|
+
> **Version 2.1.4** - A modern image annotation tool with project management and cross-platform support, developed based on [labelImg](https://github.com/tzutalin/labelImg)
|
|
4
4
|
|
|
5
5
|
[](LICENSE)
|
|
6
6
|
[](https://www.python.org/)
|
|
7
7
|
[](https://www.qt.io/)
|
|
8
|
-
[](https://github.com/syd168/LabelCraft/releases)
|
|
9
9
|
[](https://pepy.tech/project/labelcraft)
|
|
10
10
|
[](https://pypi.org/project/LabelCraft/)
|
|
11
11
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
__version_info__ = ('2', '1', '
|
|
1
|
+
__version_info__ = ('2', '1', '4')
|
|
2
2
|
__version__ = '.'.join(__version_info__)
|
|
@@ -14,6 +14,12 @@ def main():
|
|
|
14
14
|
This ensures proper module resolution and data file loading
|
|
15
15
|
from any installation location.
|
|
16
16
|
"""
|
|
17
|
+
# Handle --version flag
|
|
18
|
+
if '--version' in sys.argv or '-v' in sys.argv:
|
|
19
|
+
from libs import __version__
|
|
20
|
+
print(f'LabelCraft {__version__}')
|
|
21
|
+
sys.exit(0)
|
|
22
|
+
|
|
17
23
|
# Get the directory where this module is located
|
|
18
24
|
module_dir = os.path.dirname(os.path.abspath(__file__))
|
|
19
25
|
# Get the parent directory (project root)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|