PPE Detection Using YOLO-World | Custom Object detection using YOLO-World

Поділитися
Вставка
  • Опубліковано 22 лют 2024
  • YOLO-World for custom Object detection.
    GitHub: github.com/AarohiSingla/PPE--...
    For queries - You can comment in comment section or you can email me at aarohisingla1987@gmail.com
    The YOLO-World Model introduces an advanced, real-time Ultralytics YOLOv8-based approach for Open-Vocabulary Detection tasks. This innovation enables the detection of any object within an image based on descriptive texts. By significantly lowering computational demands while preserving competitive performance, YOLO-World emerges as a versatile tool for numerous vision-based applications.
    #yolo #yoloworld #yolov8 #zeroshotdetection #computervision #objectdetection
  • Наука та технологія

КОМЕНТАРІ • 30

  • @texasfossilguy
    @texasfossilguy 4 місяці тому +2

    Can you retrain it using a dataset of segmented images?

  • @Sunil-ez1hx
    @Sunil-ez1hx 4 місяці тому +1

    Video making is of great help

  • @soravsingla8782
    @soravsingla8782 4 місяці тому +1

    Good work. Keep it up👍👍

  • @Sunil-ez1hx
    @Sunil-ez1hx 4 місяці тому +1

    Thank you maam

  • @arnavthakur5409
    @arnavthakur5409 4 місяці тому +1

    Great work ma'am

  • @felipev11
    @felipev11 3 місяці тому

    how can i make it work on kaggle enviroment?

  • @arnavthakur5409
    @arnavthakur5409 4 місяці тому +1

    Nice

  • @fredericofurlan
    @fredericofurlan 4 місяці тому

    Nice content and charming Woman (it's not really important to be charming, but TBT), keep rocking!

  • @Strawcontamination
    @Strawcontamination 4 місяці тому +2

    Please make videos on transformers ,llms,gen ai

    • @CodeWithAarohi
      @CodeWithAarohi  4 місяці тому +1

      Sure

    • @CodeWithAarohi
      @CodeWithAarohi  4 місяці тому +1

      I have created a playlist on transformers - ua-cam.com/play/PLv8Cp2NvcY8DLQc0vBk7JS3FpX6dgNKWI.html

    • @Strawcontamination
      @Strawcontamination 4 місяці тому

      @@CodeWithAarohi thank you maam

  • @shahidulislamzahid
    @shahidulislamzahid 4 місяці тому +1

    Carry On dear

  • @DipakkKawale
    @DipakkKawale 4 місяці тому

    I think this model.set_classes feature was also available in yolo-v8

    • @CodeWithAarohi
      @CodeWithAarohi  4 місяці тому

      Suppose you have trained a custom model using yolov8 on custom dataset (eg chair, table, sofa, bed) . After training, suppose you want tot detect only chair and sofa class. Then in yolov8, you set the classes in model.set_classes .
      But in yolo-world, you are not training any custom model but using this model.set_classes you can write the name of the object which you want to detect using yolo-world.

    • @DipakkKawale
      @DipakkKawale 4 місяці тому

      yeh i tried this model.set_classes('face'), but yolo-world did not detect face in my photo @@CodeWithAarohi

  • @shantilalzanwar8687
    @shantilalzanwar8687 4 місяці тому +1

    Can u give person wearing hard hat and hard hat on table?

    • @CodeWithAarohi
      @CodeWithAarohi  4 місяці тому

      You want to test this model by providing a image where person wearing hard hat and hard hat on table?

    • @shantilalzanwar8687
      @shantilalzanwar8687 4 місяці тому

      @@CodeWithAarohi yes, seeing if it works with logical AND operations

    • @shantilalzanwar8687
      @shantilalzanwar8687 4 місяці тому

      @@CodeWithAarohi or person wearing hand gloves

    • @shantilalzanwar8687
      @shantilalzanwar8687 4 місяці тому

      Hello Aarohi, any update on this ? Thanks for great informative videos always

    • @CodeWithAarohi
      @CodeWithAarohi  4 місяці тому +1

      @@shantilalzanwar8687 I didn’t get a chance to test yet.