segment-toolkit 1.0.2__tar.gz → 1.0.3__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.
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/PKG-INFO +4 -4
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/README.md +3 -3
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit/__init__.py +1 -1
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/PKG-INFO +4 -4
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/setup.py +1 -1
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit/__main__.py +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit/cli.py +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit/helpers.py +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit/source.py +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/SOURCES.txt +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/dependency_links.txt +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/entry_points.txt +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/requires.txt +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/top_level.txt +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/setup.cfg +0 -0
- {segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/tests/test_converter.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: segment_toolkit
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A Python toolkit to convert between binary segmentation masks and YOLO labels
|
|
5
5
|
Home-page: https://github.com/zkzkGamal/mask-to-yolo-toolkit
|
|
6
6
|
Author: Zakria Gamal
|
|
@@ -61,7 +61,7 @@ If you want to clone the repository for local development, run:
|
|
|
61
61
|
git clone https://github.com/zkzkGamal/mask-to-yolo-toolkit.git
|
|
62
62
|
|
|
63
63
|
# Navigate into the project folder
|
|
64
|
-
cd
|
|
64
|
+
cd mask-to-yolo-toolkit
|
|
65
65
|
|
|
66
66
|
# Install in editable mode
|
|
67
67
|
pip install -e .
|
|
@@ -144,10 +144,10 @@ To verify the library, we run automated validation on sample datasets. All valid
|
|
|
144
144
|
Here are the bounding box overlays generated by the toolkit visualizer:
|
|
145
145
|
|
|
146
146
|
#### ISIC Melanoma Skin Lesion Validation
|
|
147
|
-
](assets/scratch_val_isic_vis.png)
|
|
148
148
|
|
|
149
149
|
#### Plant Leaf Disease Validation
|
|
150
|
-
](assets/scratch_val_plant_vis.png)
|
|
151
151
|
|
|
152
152
|
### Video Demonstration
|
|
153
153
|
A video demonstrating installation, CLI commands, and programming API pipelines can be placed in the [demo/](file:///home/aloha-zkaria/LabelFile-for-yoloModel/demo) directory.
|
|
@@ -35,7 +35,7 @@ If you want to clone the repository for local development, run:
|
|
|
35
35
|
git clone https://github.com/zkzkGamal/mask-to-yolo-toolkit.git
|
|
36
36
|
|
|
37
37
|
# Navigate into the project folder
|
|
38
|
-
cd
|
|
38
|
+
cd mask-to-yolo-toolkit
|
|
39
39
|
|
|
40
40
|
# Install in editable mode
|
|
41
41
|
pip install -e .
|
|
@@ -118,10 +118,10 @@ To verify the library, we run automated validation on sample datasets. All valid
|
|
|
118
118
|
Here are the bounding box overlays generated by the toolkit visualizer:
|
|
119
119
|
|
|
120
120
|
#### ISIC Melanoma Skin Lesion Validation
|
|
121
|
-
](assets/scratch_val_isic_vis.png)
|
|
122
122
|
|
|
123
123
|
#### Plant Leaf Disease Validation
|
|
124
|
-
](assets/scratch_val_plant_vis.png)
|
|
125
125
|
|
|
126
126
|
### Video Demonstration
|
|
127
127
|
A video demonstrating installation, CLI commands, and programming API pipelines can be placed in the [demo/](file:///home/aloha-zkaria/LabelFile-for-yoloModel/demo) directory.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: segment_toolkit
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.3
|
|
4
4
|
Summary: A Python toolkit to convert between binary segmentation masks and YOLO labels
|
|
5
5
|
Home-page: https://github.com/zkzkGamal/mask-to-yolo-toolkit
|
|
6
6
|
Author: Zakria Gamal
|
|
@@ -61,7 +61,7 @@ If you want to clone the repository for local development, run:
|
|
|
61
61
|
git clone https://github.com/zkzkGamal/mask-to-yolo-toolkit.git
|
|
62
62
|
|
|
63
63
|
# Navigate into the project folder
|
|
64
|
-
cd
|
|
64
|
+
cd mask-to-yolo-toolkit
|
|
65
65
|
|
|
66
66
|
# Install in editable mode
|
|
67
67
|
pip install -e .
|
|
@@ -144,10 +144,10 @@ To verify the library, we run automated validation on sample datasets. All valid
|
|
|
144
144
|
Here are the bounding box overlays generated by the toolkit visualizer:
|
|
145
145
|
|
|
146
146
|
#### ISIC Melanoma Skin Lesion Validation
|
|
147
|
-
](assets/scratch_val_isic_vis.png)
|
|
148
148
|
|
|
149
149
|
#### Plant Leaf Disease Validation
|
|
150
|
-
](assets/scratch_val_plant_vis.png)
|
|
151
151
|
|
|
152
152
|
### Video Demonstration
|
|
153
153
|
A video demonstrating installation, CLI commands, and programming API pipelines can be placed in the [demo/](file:///home/aloha-zkaria/LabelFile-for-yoloModel/demo) directory.
|
|
@@ -10,7 +10,7 @@ except FileNotFoundError:
|
|
|
10
10
|
|
|
11
11
|
setup(
|
|
12
12
|
name="segment_toolkit",
|
|
13
|
-
version="1.0.
|
|
13
|
+
version="1.0.3",
|
|
14
14
|
description="A Python toolkit to convert between binary segmentation masks and YOLO labels",
|
|
15
15
|
long_description=long_description,
|
|
16
16
|
long_description_content_type="text/markdown",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{segment_toolkit-1.0.2 → segment_toolkit-1.0.3}/segment_toolkit.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|