YOLOv11 Object Detection on Custom Dataset | Step-by-Step Guide

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 26

  • @reyvincentlazarte4506
    @reyvincentlazarte4506 18 днів тому +1

    This Video was amazing. I like how you explain it, like I was 4years old. Thank you very much you deserve like and subscribe

  • @IWNeron
    @IWNeron Місяць тому +3

    I got it working right away, thank you!

    • @TheCodingBug
      @TheCodingBug  Місяць тому

      I am glad it worked out fine.

    • @prakashybhanu4915
      @prakashybhanu4915 14 днів тому

      ​@@TheCodingBug I have cuda 11.8 version but it saying false
      Is it mandatory to install 12.1 version?

  • @brunospfc8511
    @brunospfc8511 Місяць тому +2

    Thanks for the tutorials !

  • @prudviraj62
    @prudviraj62 Місяць тому +1

    very useful for the initiatives

  • @rajnishsinha6411
    @rajnishsinha6411 16 днів тому +1

    Thanks for this video! When you train the custom model, does it get rid of the default object detection? What's the best way to ensure we keep the pre-trained model and just append the custom objects to it?

    • @TheCodingBug
      @TheCodingBug  16 днів тому +1

      Yes it will not detect original classes. You'll need to meege your data annotations with oroginal coco data annotations to achieve this.

  • @prakashybhanu4915
    @prakashybhanu4915 2 дні тому

    Bro can yo do a video how to generate graph from the trained model

  • @fellowtechlearners
    @fellowtechlearners Місяць тому

    Hi, i could not see the files best.pt in weights, can you help? Inside weights were 2 zip folders: best and last. I extracted them but could not find the file best.pt anywhere. Im on linux.

  • @wessambasil
    @wessambasil 14 днів тому +1

    I trained a small dataset (53 samples) of one egg in different positions and places, but never detected any of them during prediction process

    • @wessambasil
      @wessambasil 2 дні тому

      UPDATE: it's worked after adding the parameter amp=False to train function and trained the model again

  • @quickpert1382
    @quickpert1382 Місяць тому +1

    Hello! I have some sort of a bug when I train my model. I have a 4VRAM gpu and I receive an error that I do not have enough space, even if i reduce the size of the batch and using the nano yolo version. Then i moved to cpu, having 24gb ram, and after 2/3 epochs the training stops randomly without any warning. Any idea why this happens?

    • @TheCodingBug
      @TheCodingBug  Місяць тому

      I am not sure about sudden training stop. Can you share the error?
      About "out of cuda memory" error, reduce the btch size to 1.

    • @quickpert1382
      @quickpert1382 Місяць тому

      @@TheCodingBug Regarding to cuda error, is there a gradient accumulation argument to use. I don't think training with a single sample per optim step is fine.
      The problem with sudden stopping is not yielding any kind of error or warning. The last thing i see in the console is the epoch progress and then the path of the program on the next line:). Some said it might be from lack of memory but 24gb should be more than enough for such a small yolo. Maybe i'll go on colab even if i hate it.

  • @keyzo1k410
    @keyzo1k410 12 днів тому +1

    how I use this with tensorrt ? quand why some peoples use pytorch or tensorflow for this

    • @TheCodingBug
      @TheCodingBug  7 днів тому

      You can export the model to tensorRT via model.export.

  • @AllOfCryptoTrade
    @AllOfCryptoTrade Місяць тому +1

    Bro pls do video for amd🙏🙏🙏 i mean rx6700xt or others/// I know that is possible via ROCm but i dont know ho to do it:///

  • @tep67
    @tep67 Місяць тому +1

    Can i have ur images and video for training and test?

    • @TheCodingBug
      @TheCodingBug  Місяць тому

      The trained model, code, images, video is available for our patreon supporters.

  • @Factopia4-7
    @Factopia4-7 Місяць тому +1

    How I contact you

    • @TheCodingBug
      @TheCodingBug  Місяць тому

      You can contact me via LinkedIn. The link is pinned on my channel home page.