Annotate Images Like a Pro: Python Image Annotation Tool Walkthrough

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024
  • НаукаНаука

Комментарии • 42

  • @mmrsagar
    @mmrsagar 18 дней назад

    Excellent tool. I am really surprised how well this works. I know there are lots of people who would be benefited by your tool without knowing much coding.
    I think it would also be very beneficial for a lot of people like me who also wants to build some gui applications like yours. If you can make the step by step tutorials for how to package the application and push it to pypl and a bit about making the gui application.
    Thank you for your great tool.

  • @Brickkzz
    @Brickkzz Месяц назад +2

    This is by far the best tool I’ve used. It’s much easier and more flexible than other online options. The interface is intuitive, and integrates smoothly with my YOLOv8 training workflows. Highly recommend for anyone in computer vision! Few very minor improvements: (1) add automated labelling (e.g. DINO+SAM, or custom YOLO that was pretrained on the dataset), (2) add an option Save As... for the projects, (3) editing the polygon of SAM-labelled instances (for minor corrections).

    • @DigitalSreeni
      @DigitalSreeni  Месяц назад

      Thank you very much.
      1. Right now we have SAM semi-auto labeling. I intend to add others and thanks for your suggestions.
      2. Already added Save As option, need to push the updated code today or tomorrow.
      3. Polygons can be edited, just double click on an annotation to get into the edit mode. I have also implemented merge annotation feature which can useful when SAM gets it wrong and you need to manually add part of the object and merge the annotations.

  • @tonipassos976
    @tonipassos976 11 дней назад

    I am using that tool since yesterday and it is being awesome, tank you! Really better than others open source tools.
    I have a suggestion, like the merge tool I would enjoy to have a minus operation over areas, could be really helpfull

  • @WtheV
    @WtheV 25 дней назад

    Using your tool for my first image segmentation project. It is working great and just what I needed. I'm using SAM to annotate many small objects. Sometimes, it's difficult to select bigger objects, but when I switch between SAM models, it works most of the time.

  • @anthonyashwin3457
    @anthonyashwin3457 29 дней назад

    Look how coolly this guy dropped one of the best annotation tools 🔥. #legend

  • @jesussoto8628
    @jesussoto8628 Месяц назад +2

    This tool looks great Thanks for sharing

    • @DigitalSreeni
      @DigitalSreeni  Месяц назад +1

      Thanks for watching! I hope you will find it to be useful.

  • @srivathsansanthanam639
    @srivathsansanthanam639 Месяц назад

    I DIDN'T FIND A FREEWARE WHICH WAS USER FREINDLY WITH A GOOD UI. I WAS PLANNING TO DESIGN ONE EXACTLY SIMILAR TO THIS AND GIVE IT FREE TO THE COMMUNITY IN A YEAR OR SO.
    YOU JUST DID IT

  • @victorsilvadossantos2769
    @victorsilvadossantos2769 Месяц назад

    Great piece of work! Thanks for sharing this!

  • @TheTimtimtimtam
    @TheTimtimtimtam Месяц назад

    Bless your wonderful work Sir, Thank you kindly.

  • @raghvendrabhargava8313
    @raghvendrabhargava8313 Месяц назад

    This is a awesome job. I am going to use this right away.

  • @patis.IA-AI
    @patis.IA-AI 25 дней назад

    It's just a sick job. Thanks for the time we're going to save !!! Merci !!!

  • @ivan2221
    @ivan2221 21 день назад

    AMAZING work! I have a question about the interactive poligons/rectangles: which library did you use to get polygons and the anchor points? was it pure pyqt or a specific library for shape? Was digging in your project and saw a shapely library, but Im not sure it is this one. I'm really struggling to get these interactive shapes in my project using pyqt native tools. Thanks a lot!

  • @myanyeinchan7984
    @myanyeinchan7984 2 дня назад

    Thank you so much for your sharing. I would like to request how to install SAM because SAM2 tiny like that related SAM 2 option does not work in my desktop.

  • @Xamy-
    @Xamy- Месяц назад +1

    Feedback is put a desaturated white green background and darkened green for the font color. Common trick to enhance readability.
    Add a confirmation to deleting classes.
    Allowing a user to choose a yolo model to assist with labelling in the same way as SAM
    Otherwise interesting stuff :)

    • @DigitalSreeni
      @DigitalSreeni  Месяц назад

      Thanks for your feedback. When you were referring to darkened green font color, I assume you men for the slices. I fixed that part and also added confirmation for deleting a class. It used to be there, but somehow lost that functionality. I will release the updated version after a few tests.
      Using alternate, customized model for annotation assist is on my wish list. I personally like Mask R-CNN (Detectron2).

  • @akshatbhatnagar3571
    @akshatbhatnagar3571 Месяц назад

    This is great tool. Thank you

  • @ngocthienle8828
    @ngocthienle8828 Месяц назад

    Thanks for sharing this tool.

  • @cyberhard
    @cyberhard Месяц назад

    Very nice! Thanks for the release and the video.
    The auto segmentation is a great tool. Auto labeling using one's own object detection model would be a great addition.
    Have you considered supporting ONNX and OpenVINO? They both provide an increase in interference speed over the PyTorch model.

    • @DigitalSreeni
      @DigitalSreeni  Месяц назад

      Auto-labeling using own trained model is something on my wish list. In fact, I had it for a couple of versions and had to remove it as it wasn't working well on Linux or mac. Thanks for the suggestion, reaffirms my wishes :)
      I am relying on Ultralytics for SAM which uses Pytorch, hence the need for it.

  • @yogidwitama2480
    @yogidwitama2480 Месяц назад

    Thank you, you always help with my project, sir. I have tried your project, and it's great ,Here’s my input:
    1. Add an edit annotation feature. When using SAM-assisted annotation, sometimes the annotated area is not quite accurate, so a function for editing annotations is needed.
    2. Add CTRL+Z for undo.
    3. Add the ability to hold the mouse wheel to drag the image.
    🫡

    • @DigitalSreeni
      @DigitalSreeni  Месяц назад +1

      Thank you.
      1. Annotations can be edited, just double click on an annotation to edit. I am also in the process of adding merge annotation feature, so you can manually draw around any mistakes by SAM and merge both annotations.
      2. Noted.
      3. You can zoom in and pan the image by using mouse, just hold the ctrl button down and use the wheel to zoom in and out or click and move the mouse to pan.

    • @yogidwitama2480
      @yogidwitama2480 Месяц назад

      ​@@DigitalSreeni Okay, thank you for the explanation on point 1. Is it possible for us to adjust the background opacity?

  • @FelixWei-rn4bt
    @FelixWei-rn4bt 22 дня назад

    Thank you for this tutorial!
    I am new to this topic and am wondering why my images are completely black when I use the ‘export labelled images’ function. Only when I open them with ImageJ do I see the mask. I only need black and white images for my application so that the mask can be recognised. What is the best export format to achieve my desired result with binary masks?
    Thanks!

  • @StarAI24
    @StarAI24 23 дня назад

    I can create a SAM annotation but I cannot save it. Any tips? Is this a malfunction on my side? And if I want to annotate more than lets say one cell at a time with same, is this supported? Cause so far I could each time only annotate one single cell. Thank you for this tool! You have developed a lot from when you started!! edit: I had to press enter to save the annotation with SAM

  • @ponyspitsfire3035
    @ponyspitsfire3035 Месяц назад

    Awesome tool! Have you considered adding „auto“ bbox detection using a model such as Grounding DINO?

  • @mdFaisal-u3g
    @mdFaisal-u3g Месяц назад

    can you add multi-out/ multi label / multi class classification option as well?

  • @tahirak.7565
    @tahirak.7565 Месяц назад

    Thankyou.Saved for later. Could you please make Video on yolo 11.

  • @shivatonez
    @shivatonez 27 дней назад

    Hey how can i augument images with yolov8 annotation so i dont need to annotate the augumented images

  • @coder_zero
    @coder_zero Месяц назад

    This is sooooooo coooollllllll 😍🤩😍

  • @sanumioluwafemi7247
    @sanumioluwafemi7247 Месяц назад

    Great tool. Can I use this with .bmp images?

  • @inquisitiverakib5844
    @inquisitiverakib5844 Месяц назад

    can we get JSON format annotation from it?