labelimgplusplus 2.4.0__tar.gz → 2.4.1__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.
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/HISTORY.rst +14 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/PKG-INFO +3 -3
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/README.rst +2 -2
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/PKG-INFO +3 -3
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/resources.py +43 -43
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/pyproject.toml +1 -1
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/CONTRIBUTING.rst +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/LICENSE +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/MANIFEST.in +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/data/predefined_classes.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelImgPlusPlus.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/SOURCES.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/dependency_links.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/entry_points.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/requires.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/top_level.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/__init__.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/core/__init__.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/core/commands.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/core/keypoint_config.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/core/settings.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/core/shape.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/core/shortcut_config.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/data/predefined_classes.txt +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/__init__.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/annotation_loader.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/annotation_probe.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/coco_io.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/create_ml_io.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/format_metadata.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/labelFile.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/pascal_voc_io.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/yolo_io.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/formats/yolo_seg_io.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/tools/__init__.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/tools/dataset_splitter.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/tools/label_checker.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/__init__.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/constants.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/dpi.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/hashableQListWidgetItem.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/stringBundle.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/styles.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/ustr.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/utils/utils.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/__init__.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/batchVerifyDialog.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/canvas.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/colorDialog.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/combobox.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/default_label_combobox.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/galleryWidget.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/gallery_status_controller.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/keypointPanel.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/labelCheckerDialog.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/labelDialog.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/lightWidget.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/shortcutsDialog.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/splitDialog.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/statsWidget.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/stats_controller.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/toolBar.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/view_scaling.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/libs/widgets/zoomWidget.py +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/resources.qrc +0 -0
- {labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/setup.cfg +0 -0
|
@@ -1,6 +1,20 @@
|
|
|
1
1
|
History
|
|
2
2
|
=======
|
|
3
3
|
|
|
4
|
+
2.4.1 (2026-06-09)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
Documentation and discoverability release. Adds an animated demo to the README
|
|
8
|
+
and improves how the project is found and presented. No functional changes —
|
|
9
|
+
the application behaves identically to 2.4.0.
|
|
10
|
+
|
|
11
|
+
Documentation
|
|
12
|
+
~~~~~~~~~~~~~
|
|
13
|
+
|
|
14
|
+
* Add an animated demo GIF to the README showcasing the core workflow —
|
|
15
|
+
gallery mode, bounding boxes, dark theme, polygons, face keypoints, and save
|
|
16
|
+
* Refresh project metadata for discoverability (description, topics, homepage)
|
|
17
|
+
|
|
4
18
|
2.4.0 (2026-06-09)
|
|
5
19
|
------------------
|
|
6
20
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: labelimgplusplus
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.1
|
|
4
4
|
Summary: labelImg++ is an enhanced graphical image annotation tool with Gallery Mode for browsing and labeling images
|
|
5
5
|
Author-email: Abhik Sarkar <abhiksark@gmail.com>
|
|
6
6
|
License: Copyright (c) <2015-Present> Tzutalin
|
|
@@ -64,8 +64,8 @@ labelImg++
|
|
|
64
64
|
|
|
65
65
|
**Version 2.0.0** - First stable release! Install with ``pip install labelImgPlusPlus``
|
|
66
66
|
|
|
67
|
-
.. image:: resources/demo/
|
|
68
|
-
:alt: labelImg++
|
|
67
|
+
.. image:: https://raw.githubusercontent.com/abhiksark/labelImg-plus-plus/c7fbd5fc08a561206b210706143a50023c82a782/resources/demo/demo.gif
|
|
68
|
+
:alt: labelImg++ demo - gallery, bounding boxes, dark theme, polygons, keypoints and save
|
|
69
69
|
:align: center
|
|
70
70
|
|
|
71
71
|
Features
|
|
@@ -28,8 +28,8 @@ labelImg++
|
|
|
28
28
|
|
|
29
29
|
**Version 2.0.0** - First stable release! Install with ``pip install labelImgPlusPlus``
|
|
30
30
|
|
|
31
|
-
.. image:: resources/demo/
|
|
32
|
-
:alt: labelImg++
|
|
31
|
+
.. image:: https://raw.githubusercontent.com/abhiksark/labelImg-plus-plus/c7fbd5fc08a561206b210706143a50023c82a782/resources/demo/demo.gif
|
|
32
|
+
:alt: labelImg++ demo - gallery, bounding boxes, dark theme, polygons, keypoints and save
|
|
33
33
|
:align: center
|
|
34
34
|
|
|
35
35
|
Features
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: labelimgplusplus
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.1
|
|
4
4
|
Summary: labelImg++ is an enhanced graphical image annotation tool with Gallery Mode for browsing and labeling images
|
|
5
5
|
Author-email: Abhik Sarkar <abhiksark@gmail.com>
|
|
6
6
|
License: Copyright (c) <2015-Present> Tzutalin
|
|
@@ -64,8 +64,8 @@ labelImg++
|
|
|
64
64
|
|
|
65
65
|
**Version 2.0.0** - First stable release! Install with ``pip install labelImgPlusPlus``
|
|
66
66
|
|
|
67
|
-
.. image:: resources/demo/
|
|
68
|
-
:alt: labelImg++
|
|
67
|
+
.. image:: https://raw.githubusercontent.com/abhiksark/labelImg-plus-plus/c7fbd5fc08a561206b210706143a50023c82a782/resources/demo/demo.gif
|
|
68
|
+
:alt: labelImg++ demo - gallery, bounding boxes, dark theme, polygons, keypoints and save
|
|
69
69
|
:align: center
|
|
70
70
|
|
|
71
71
|
Features
|
|
@@ -4195,91 +4195,91 @@ qt_resource_struct_v2 = b"\
|
|
|
4195
4195
|
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x2b\x00\x00\x00\x01\
|
|
4196
4196
|
\x00\x00\x00\x00\x00\x00\x00\x00\
|
|
4197
4197
|
\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
|
|
4198
|
-
\x00\x00\x01\x9e\
|
|
4198
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4b\
|
|
4199
4199
|
\x00\x00\x00\x0c\x00\x00\x00\x00\x00\x01\x00\x00\x7a\x97\
|
|
4200
|
-
\x00\x00\x01\x9e\
|
|
4200
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4201
4201
|
\x00\x00\x00\x18\x00\x00\x00\x00\x00\x01\x00\x00\x7b\xd5\
|
|
4202
|
-
\x00\x00\x01\x9e\
|
|
4202
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4203
4203
|
\x00\x00\x00\x24\x00\x00\x00\x00\x00\x01\x00\x00\x7e\x0a\
|
|
4204
|
-
\x00\x00\x01\x9e\
|
|
4204
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4205
4205
|
\x00\x00\x00\x32\x00\x00\x00\x00\x00\x01\x00\x00\x7f\x3f\
|
|
4206
|
-
\x00\x00\x01\x9e\
|
|
4206
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4207
4207
|
\x00\x00\x00\x40\x00\x00\x00\x00\x00\x01\x00\x00\x80\x1c\
|
|
4208
|
-
\x00\x00\x01\x9e\
|
|
4208
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4209
4209
|
\x00\x00\x00\x4e\x00\x00\x00\x00\x00\x01\x00\x00\x81\x2d\
|
|
4210
|
-
\x00\x00\x01\x9e\
|
|
4210
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4211
4211
|
\x00\x00\x00\x5c\x00\x00\x00\x00\x00\x01\x00\x00\x82\x50\
|
|
4212
|
-
\x00\x00\x01\x9e\
|
|
4212
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4213
4213
|
\x00\x00\x00\x6a\x00\x00\x00\x00\x00\x01\x00\x00\x83\x84\
|
|
4214
|
-
\x00\x00\x01\x9e\
|
|
4214
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4215
4215
|
\x00\x00\x00\x78\x00\x00\x00\x00\x00\x01\x00\x00\x85\x23\
|
|
4216
|
-
\x00\x00\x01\x9e\
|
|
4216
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4217
4217
|
\x00\x00\x00\x86\x00\x00\x00\x00\x00\x01\x00\x00\x86\x00\
|
|
4218
|
-
\x00\x00\x01\x9e\
|
|
4218
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4219
4219
|
\x00\x00\x00\x94\x00\x00\x00\x00\x00\x01\x00\x00\x87\x11\
|
|
4220
|
-
\x00\x00\x01\x9e\
|
|
4220
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4221
4221
|
\x00\x00\x00\xa2\x00\x00\x00\x00\x00\x01\x00\x00\x87\xef\
|
|
4222
|
-
\x00\x00\x01\x9e\
|
|
4222
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4223
4223
|
\x00\x00\x00\xb0\x00\x00\x00\x00\x00\x01\x00\x00\x88\xfe\
|
|
4224
|
-
\x00\x00\x01\x9e\
|
|
4224
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4225
4225
|
\x00\x00\x00\xbe\x00\x00\x00\x00\x00\x01\x00\x00\x8a\x36\
|
|
4226
|
-
\x00\x00\x01\x9e\
|
|
4226
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4227
4227
|
\x00\x00\x00\xcc\x00\x00\x00\x00\x00\x01\x00\x00\x8b\x86\
|
|
4228
|
-
\x00\x00\x01\x9e\
|
|
4228
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4229
4229
|
\x00\x00\x00\xda\x00\x00\x00\x00\x00\x01\x00\x00\x8c\x8f\
|
|
4230
|
-
\x00\x00\x01\x9e\
|
|
4230
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4231
4231
|
\x00\x00\x00\xe8\x00\x00\x00\x00\x00\x01\x00\x00\x8d\x95\
|
|
4232
|
-
\x00\x00\x01\x9e\
|
|
4232
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4233
4233
|
\x00\x00\x00\xf8\x00\x00\x00\x00\x00\x01\x00\x00\x8e\x99\
|
|
4234
|
-
\x00\x00\x01\x9e\
|
|
4234
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4235
4235
|
\x00\x00\x01\x08\x00\x00\x00\x00\x00\x01\x00\x00\x8f\x84\
|
|
4236
|
-
\x00\x00\x01\x9e\
|
|
4236
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4237
4237
|
\x00\x00\x01\x1c\x00\x00\x00\x00\x00\x01\x00\x00\x90\xd6\
|
|
4238
|
-
\x00\x00\x01\x9e\
|
|
4238
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4f\
|
|
4239
4239
|
\x00\x00\x01\x3c\x00\x00\x00\x00\x00\x01\x00\x00\x9b\x2a\
|
|
4240
|
-
\x00\x00\x01\x9e\
|
|
4240
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4f\
|
|
4241
4241
|
\x00\x00\x01\x5c\x00\x00\x00\x00\x00\x01\x00\x00\xa4\x77\
|
|
4242
|
-
\x00\x00\x01\x9e\
|
|
4242
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4f\
|
|
4243
4243
|
\x00\x00\x01\x7c\x00\x00\x00\x00\x00\x01\x00\x00\xb0\xcb\
|
|
4244
|
-
\x00\x00\x01\x9e\
|
|
4244
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4245
4245
|
\x00\x00\x01\x96\x00\x00\x00\x00\x00\x01\x00\x00\xb3\xe1\
|
|
4246
|
-
\x00\x00\x01\x9e\
|
|
4246
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4247
4247
|
\x00\x00\x01\xb0\x00\x00\x00\x00\x00\x01\x00\x00\xb5\x2d\
|
|
4248
|
-
\x00\x00\x01\x9e\
|
|
4248
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4249
4249
|
\x00\x00\x01\xc6\x00\x00\x00\x00\x00\x01\x00\x00\xb6\x59\
|
|
4250
|
-
\x00\x00\x01\x9e\
|
|
4250
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4251
4251
|
\x00\x00\x01\xe0\x00\x00\x00\x00\x00\x01\x00\x00\xb7\x56\
|
|
4252
|
-
\x00\x00\x01\x9e\
|
|
4252
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4253
4253
|
\x00\x00\x01\xf2\x00\x00\x00\x00\x00\x01\x00\x00\xb8\xd9\
|
|
4254
|
-
\x00\x00\x01\x9e\
|
|
4254
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4255
4255
|
\x00\x00\x02\x04\x00\x00\x00\x00\x00\x01\x00\x00\xba\xe5\
|
|
4256
|
-
\x00\x00\x01\x9e\
|
|
4256
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4257
4257
|
\x00\x00\x02\x24\x00\x00\x00\x00\x00\x01\x00\x00\xbd\x1a\
|
|
4258
|
-
\x00\x00\x01\x9e\
|
|
4258
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4259
4259
|
\x00\x00\x02\x36\x00\x00\x00\x00\x00\x01\x00\x00\xbe\x78\
|
|
4260
|
-
\x00\x00\x01\x9e\
|
|
4260
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4261
4261
|
\x00\x00\x02\x4e\x00\x00\x00\x00\x00\x01\x00\x00\xbf\x9b\
|
|
4262
|
-
\x00\x00\x01\x9e\
|
|
4262
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4b\
|
|
4263
4263
|
\x00\x00\x02\x60\x00\x00\x00\x00\x00\x01\x00\x00\xc0\xad\
|
|
4264
|
-
\x00\x00\x01\x9e\
|
|
4264
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4265
4265
|
\x00\x00\x02\x7c\x00\x00\x00\x00\x00\x01\x00\x00\xc3\x54\
|
|
4266
|
-
\x00\x00\x01\x9e\
|
|
4266
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4267
4267
|
\x00\x00\x02\x90\x00\x00\x00\x00\x00\x01\x00\x00\xc4\x8e\
|
|
4268
|
-
\x00\x00\x01\x9e\
|
|
4268
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4269
4269
|
\x00\x00\x02\xac\x00\x00\x00\x00\x00\x01\x00\x00\xc6\xc3\
|
|
4270
|
-
\x00\x00\x01\x9e\
|
|
4270
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4f\
|
|
4271
4271
|
\x00\x00\x02\xc0\x00\x00\x00\x00\x00\x01\x00\x00\xd9\x78\
|
|
4272
|
-
\x00\x00\x01\x9e\
|
|
4272
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4273
4273
|
\x00\x00\x02\xe4\x00\x00\x00\x00\x00\x01\x00\x00\xe9\xb8\
|
|
4274
|
-
\x00\x00\x01\x9e\
|
|
4274
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4275
4275
|
\x00\x00\x03\x02\x00\x00\x00\x00\x00\x01\x00\x00\xea\x96\
|
|
4276
|
-
\x00\x00\x01\x9e\
|
|
4276
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4277
4277
|
\x00\x00\x03\x20\x00\x00\x00\x00\x00\x01\x00\x00\xeb\x8b\
|
|
4278
|
-
\x00\x00\x01\x9e\
|
|
4278
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4279
4279
|
\x00\x00\x03\x36\x00\x00\x00\x00\x00\x01\x00\x00\xec\xdd\
|
|
4280
|
-
\x00\x00\x01\x9e\
|
|
4280
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4281
4281
|
\x00\x00\x03\x4c\x00\x00\x00\x00\x00\x01\x00\x00\xf0\xa0\
|
|
4282
|
-
\x00\x00\x01\x9e\
|
|
4282
|
+
\x00\x00\x01\x9e\xac\xad\xcd\x4c\
|
|
4283
4283
|
"
|
|
4284
4284
|
|
|
4285
4285
|
qt_version = [int(v) for v in QtCore.qVersion().split('.')]
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "labelimgplusplus"
|
|
7
|
-
version = "2.4.
|
|
7
|
+
version = "2.4.1"
|
|
8
8
|
description = "labelImg++ is an enhanced graphical image annotation tool with Gallery Mode for browsing and labeling images"
|
|
9
9
|
readme = "README.rst"
|
|
10
10
|
license = {file = "LICENSE"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{labelimgplusplus-2.4.0 → labelimgplusplus-2.4.1}/labelimgplusplus.egg-info/entry_points.txt
RENAMED
|
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
|