Image & Bounding Box Augmentation using Albumentations | Essentials of Object Detection

Sdílet
Vložit
  • čas přidán 2. 12. 2022
  • This tutorial explains how to do image pre-processing and data augmentation using Albumentations library.
    Google Colab notebook:
    colab.research.google.com/dri...
  • Věda a technologie

Komentáře • 17

  • @ssshukla26
    @ssshukla26 Před rokem +2

    I was waiting for your videos from last several weeks. And there is 3 videos in last 2 days. Christmas came early this year...

  • @dave11a82
    @dave11a82 Před 3 měsíci

    Really well explained. Thanks for this tutorial!

  • @pradumnar870
    @pradumnar870 Před 10 měsíci +1

    Very clear and intuitive explanation....please keep doing this kind of tutorials

  • @DSJOfficial94
    @DSJOfficial94 Před rokem +1

    this is so clear and good

  • @harshith_takkala
    @harshith_takkala Před rokem +2

    thanks for this tutorial

  • @abimbolaadeola1986
    @abimbolaadeola1986 Před 4 měsíci

    Hello. Thank you very much for the tutorial.
    But will this method work for my dataset? I have quite a large number of images that need to be resized together with bounding box coordinates in xml formats. Please, any idea?
    Thank you very much.

  • @yonnileung
    @yonnileung Před 4 měsíci

    When i install the albumentations in Anaconda environment by "pip install albumentations, it upgrade my numpy to 1.24.4 automatically, this version of numpy conflict to Tensorflow 2.3.0...

  • @Game-nr3sr
    @Game-nr3sr Před 11 měsíci

    In Industry can we use Roboflow for data augmentation. Even though its paid, but is it desirable to use roboflow?

    • @KapilSachdeva
      @KapilSachdeva  Před 11 měsíci

      Have not used it myself so can not really give an informed advice.

    • @Game-nr3sr
      @Game-nr3sr Před 11 měsíci

      @@KapilSachdeva ok sir 🙂

  • @chaitanyayadav3917
    @chaitanyayadav3917 Před 6 měsíci

    Can we use this for detecting signature froom an image?

    • @KapilSachdeva
      @KapilSachdeva  Před 6 měsíci +1

      Yes but first you will have to create a dataset of images with signatures with ground truth bounding boxes and train your network.

    • @chaitanyayadav3917
      @chaitanyayadav3917 Před 6 měsíci

      @@KapilSachdeva sure sir , also can you give me a reference link to get more idea or this video is enough ?