Skip to content

sumit2011/Annotation-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Annotation-tool

image

Introduction

This project is an online annotation tool designed to facilitate the annotation process for YOLO format datasets used in object detection tasks. The tool provides a user-friendly interface for labeling images with bounding boxes around objects of interest and assigning corresponding class labels. It aims to streamline the annotation workflow, making it easier and more efficient for researchers and developers to create annotated datasets for training YOLO-based object detection models.

Features

  • Intuitive drawing tools for creating bounding boxes around objects of interest.
  • Easy selection of object classes for each annotation.
  • Editing capabilities to adjust and refine annotations as needed.
  • Web-based interface for seamless annotation directly within the browser.
  • Export annotated data in the YOLO format for integration into machine learning pipelines.
  • User-friendly interface.

Getting Started

To use the annotation tool, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/yolo-annotation-tool.git
  2. Go to the main directory:

        cd yolo-annotation-tool
  3. Install flask and other dependencies:

  4. Start the server:

    python app.py
    # Access the application at http://localhost:5000 in your web browser
  5. Upload images that you want to annotate.

  6. Draw bounding boxes around objects in the images and assign class labels.

  7. Save annotation.

Demo

Demo Video

Click on the image above to watch the demo video.

Contributing

Contributions to the project are welcome! If you find any bugs or have suggestions for new features, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published