New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

annotex

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

annotex - pypi Package Compare versions

Comparing version
2.0.3
to
2.0.4
+2
-2
annotex.egg-info/PKG-INFO
Metadata-Version: 2.4
Name: annotex
Version: 2.0.3
Version: 2.0.4
Summary: Annotation Tool for Computer Vision Datasets

@@ -66,3 +66,3 @@ Home-page: https://github.com/RandikaKM/annotex

- **Rectangle Annotation** - Precise bounding box creation
- **AI-Assisted Annotation** - Auto-annotation with YOLO models
- **AI-Assisted Annotation** - Auto-annotation with pre-trained YOLO models
- **Batch Processing** - Process multiple images simultaneously

@@ -69,0 +69,0 @@

@@ -5,3 +5,3 @@ """

__version__ = "2.0.3"
__version__ = "2.0.4"
__author__ = "Randika K. Makumbura"

@@ -8,0 +8,0 @@ __email__ = "Randikamk.96@gmail.com"

@@ -74,3 +74,3 @@ #!/usr/bin/env python3

action="version",
version="Annotex 2.0.3"
version="Annotex 2.0.4"
)

@@ -77,0 +77,0 @@

Metadata-Version: 2.4
Name: annotex
Version: 2.0.3
Version: 2.0.4
Summary: Annotation Tool for Computer Vision Datasets

@@ -66,3 +66,3 @@ Home-page: https://github.com/RandikaKM/annotex

- **Rectangle Annotation** - Precise bounding box creation
- **AI-Assisted Annotation** - Auto-annotation with YOLO models
- **AI-Assisted Annotation** - Auto-annotation with pre-trained YOLO models
- **Batch Processing** - Process multiple images simultaneously

@@ -69,0 +69,0 @@

@@ -18,3 +18,3 @@ # Annotex šŸš€

- **Rectangle Annotation** - Precise bounding box creation
- **AI-Assisted Annotation** - Auto-annotation with YOLO models
- **AI-Assisted Annotation** - Auto-annotation with pre-trained YOLO models
- **Batch Processing** - Process multiple images simultaneously

@@ -21,0 +21,0 @@

@@ -28,3 +28,3 @@ #!/usr/bin/env python3

name="annotex",
version="2.0.3",
version="2.0.4",
author="Randika K. Makumbura",

@@ -31,0 +31,0 @@ author_email="randikamk.96@gmail.com",

Sorry, the diff of this file is too big to display