GithubHelp home page GithubHelp logo

shawbc / yolo-data-augmentation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from muhammad-faizan-122/yolo-data-augmentation

0.0 0.0 0.0 10.93 MB

Applied augmentation on yolov5 and yolov8 dataset.

Python 100.00%

yolo-data-augmentation's Introduction

YOLOv5/YOLOv8 Data Augmentation with Albumentations

This GitHub repository offers a solution for augmenting datasets for YOLOv8 and YOLOv5 using the Albumentations library. Albumentations is a Python package designed for image augmentation, providing a simple and flexible approach to perform various image transformations. For more detail you can refer my medium article.

Input

input image

Output

input label

Directories description

  • input-ds contain the input of YOLOv8 and YOLOv5 which are following directories.
    • Images directory contains the images
    • labels directory contains the .txt files. Each .txt file contains the normalized bounding boxes in a following format.
  • out-aug-ds contain the augmented output contains following directories.
    • Images directory contains the augmented images.
    • labels directory contains the augmented labels.
  • bb_image This directory contains images with bounding boxes for visualizing the results of augmented data. This is for validation; bounding boxes should be correctly drawn on the objects of interest.
  • utils.py: Contains all user-defined helper function.
  • main.py: Contains Yolo dataset augmentor pipeline
  • CONSTANT.yaml contain following contants need to update on according to your case.
    • inp_img_pth for input images path
    • inp_lab_pth for input labels path
    • out_img_pth for output image path
    • out_lab_pth for output labels path
    • transformed_file_name: use to name augmented output to differentiate from other input dataset.
    • CLASSES: list of input class name according to class number.

Usage

  • step to apply augmentation on your own dataset.
    • Create Virtual Environment.
    • Install requirements using
      pip install -r requirements.txt
      
    • Provide the input and output path in CONSTANT.yaml file.
    • Update the name of transformed_file_name in CONSTANT.yaml otherwise code will overwrite last augmentations.
    • Provide the list of name of classes in CONSTANT.yaml in a same sequence as used to assign class numbers in the YOLO dataset labeling.
      • For example, if you provided a class list as ['obj1', 'obj2', 'obj3'], the class number used for 'obj1' in the label file should be 0, similarly for 'obj2', the class number should be 1, and so on.
    • Run the pipeline using
      python3 run.py
      

yolo-data-augmentation's People

Contributors

jsuarez314 avatar muhammad-faizan-122 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.