YOLOv11 Instance Segmentation on Custom Dataset | Step-by-Step Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 พ.ย. 2024

ความคิดเห็น • 13

  • @NickDmnv
    @NickDmnv 6 วันที่ผ่านมา +1

    Your tutorials are very helpful and informative. It would be really cool to see a video about OBB (oriented bounding boxes). Especially about precise determination of the rotation angle of an object.

  • @sarpsomer
    @sarpsomer 25 วันที่ผ่านมา +2

    Wow, you just showed everything about YOLO in 14 mins!!! 👍👍👍

    • @TheCodingBug
      @TheCodingBug  25 วันที่ผ่านมา

      I hope it's useful.

  • @brunospfc8511
    @brunospfc8511 26 วันที่ผ่านมา +2

    Again, thanks for the tutorials!

    • @TheCodingBug
      @TheCodingBug  26 วันที่ผ่านมา

      You're welcome!

  • @siddheshbadakh6046
    @siddheshbadakh6046 27 วันที่ผ่านมา +3

    👍👍

  • @gazimestan1389
    @gazimestan1389 6 ชั่วโมงที่ผ่านมา

    How to make PCB defect detection in real time with a USB webcam, bad solder, component rotation, marking, wrong text, number, missing components, damage...

  • @SASSY-s9f
    @SASSY-s9f 13 วันที่ผ่านมา +1

    sir the torch still says false even after installing it like you showed

    • @TheCodingBug
      @TheCodingBug  13 วันที่ผ่านมา +1

      You should have nVidia GPU with latest driver installed.
      If still doesn't help, use older version of cuda when installing pytorch.

    • @SASSY-s9f
      @SASSY-s9f 13 วันที่ผ่านมา

      @@TheCodingBug Tysm sir, love you

  • @nickdmnv3001
    @nickdmnv3001 18 วันที่ผ่านมา +1

    Hello. I try to run this example, but i have a prolems. Traceback (most recent call last):
    File "", line 1, in
    File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 122, in spawn_main
    exitcode = _main(fd, parent_sentinel)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^
    File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 131, in _main
    prepare(preparation_data)
    File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 246, in prepare
    _fixup_main_from_path(data['init_main_from_path'])
    File "C:\Users\domin\anaconda3\envs\yolov11_seg\Lib\multiprocessing\spawn.py", line 297, in _fixup_main_from_path
    main_content = runpy.run_path(main_path,

    • @TheCodingBug
      @TheCodingBug  18 วันที่ผ่านมา +1

      Are you using multiprocessing?

    • @nickdmnv3001
      @nickdmnv3001 17 วันที่ผ่านมา +1

      @@TheCodingBug Thank you! I messed up, rewatched the video, and understood. Now I'll try again.