Skip to main content

Simplify the process of labeling images or video frames with bounding boxes for object detection tasks.

Project description

ImageLabelingTool

ImageLabelingTool is a Python package designed to facilitate the process of labeling images or video frames with bounding boxes for object detection tasks. With ImageLabelingTool, users can annotate objects with bounding boxes and save the annotations in YOLO format. The package provides a graphical user interface for interactive labeling and supports both camera input and video input.

Installation

You can install ImageLabelingTool via pip:

pip install ImageLabelingTool

Usage

To use ImageLabelingTool, follow these steps:

  1. Import the ImageLabeling class from the package.

  2. Create an instance of the ImageLabeling class.

  3. Call the run method to start the labeling tool.

from ImageLabelingTool import ImageLabeling



# Create an instance of the ImageLabeling class

image_labeling = ImageLabeling()



# Run the labeling tool

image_labeling.run()

Features

  • Annotate images or video frames with bounding boxes

  • Save annotations in YOLO format

  • Support for camera input and video input

  • Interactive graphical user interface for labeling

Dependencies

  • OpenCV (cv2)

  • Keyboard

  • Time

  • Random

  • OS

License

ImageLabelingTool is licensed under the MIT License. See the LICENSE file for details.

Support

For support, please open an issue on our GitHub repository.




Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ImageLabelingTool-0.1.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

ImageLabelingTool-0.1-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page