LabelCraft 2.1.4__tar.gz → 2.1.5__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.4 → labelcraft-2.1.5}/LabelCraft.egg-info/PKG-INFO +3 -3
- {labelcraft-2.1.4 → labelcraft-2.1.5}/PKG-INFO +3 -3
- {labelcraft-2.1.4 → labelcraft-2.1.5}/README.md +2 -2
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/__init__.py +1 -1
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/theme_manager.py +4 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/LabelCraft.egg-info/SOURCES.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/LabelCraft.egg-info/dependency_links.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/LabelCraft.egg-info/entry_points.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/LabelCraft.egg-info/not-zip-safe +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/LabelCraft.egg-info/requires.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/LabelCraft.egg-info/top_level.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/MANIFEST.in +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/data/coco_classes.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/data/predefined_classes.txt +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/labelcraft_ui.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/annotation_converter.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/annotation_importer.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/canvas.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/cli.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/coco_io.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/colorDialog.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/combobox.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/constants.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/create_ml_io.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/csv_io.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/default_label_combobox.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/hashableQListWidgetItem.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/i18n_engine.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/json_io.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/labelDialog.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/labelFile.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/lightWidget.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/locales/de-DE.json +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/locales/en.json +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/locales/fr-FR.json +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/locales/ja-JP.json +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/locales/zh-CN.json +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/locales/zh-TW.json +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/newProjectDialog.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/pascal_voc_io.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/project.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/resources.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/settings.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/shape.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/toolBar.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/ustr.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/utils.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/yolo_io.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/libs/zoomWidget.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/main.py +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/app.icns +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/app.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/app.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/app_screen.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/cancel.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/close.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/color.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/color_line.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/copy.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/delete.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/done.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/done.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/edit.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/expert1.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/expert2.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/eye.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/feBlend-icon.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/file.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/fit-width.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/fit-window.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/fit.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/format_createml.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/format_voc.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/format_yolo.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/help.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/labels.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/labels.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/light_brighten.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/light_darken.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/light_darken.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/light_lighten.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/light_reset.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/light_reset.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/new.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/next.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/objects.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/open.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/open.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/prev.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/quit.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/resetall.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/save-as.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/save-as.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/save.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/save.svg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/undo-cross.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/undo.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/verify.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/zoom-in.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/zoom-out.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources/icons/zoom.png +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/resources.qrc +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/setup.cfg +0 -0
- {labelcraft-2.1.4 → labelcraft-2.1.5}/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.5
|
|
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.5** - 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.5
|
|
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.5** - 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.5** - 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', '5')
|
|
2
2
|
__version__ = '.'.join(__version_info__)
|
|
@@ -53,10 +53,14 @@ def _create_dark_palette():
|
|
|
53
53
|
dark_palette.setColor(QPalette.ColorRole.ToolTipBase, light_text)
|
|
54
54
|
dark_palette.setColor(QPalette.ColorRole.ToolTipText, dark_bg)
|
|
55
55
|
|
|
56
|
+
# Placeholder text (input hint text)
|
|
57
|
+
dark_palette.setColor(QPalette.ColorRole.PlaceholderText, QColor(150, 150, 150))
|
|
58
|
+
|
|
56
59
|
# Disabled state
|
|
57
60
|
dark_palette.setColor(QPalette.ColorGroup.Disabled, QPalette.ColorRole.WindowText, QColor(128, 128, 128))
|
|
58
61
|
dark_palette.setColor(QPalette.ColorGroup.Disabled, QPalette.ColorRole.Text, QColor(128, 128, 128))
|
|
59
62
|
dark_palette.setColor(QPalette.ColorGroup.Disabled, QPalette.ColorRole.ButtonText, QColor(128, 128, 128))
|
|
63
|
+
dark_palette.setColor(QPalette.ColorGroup.Disabled, QPalette.ColorRole.PlaceholderText, QColor(80, 80, 80))
|
|
60
64
|
|
|
61
65
|
return dark_palette
|
|
62
66
|
|
|
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
|