YOLO11 Instance Segmentation on Custom dataset

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

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

  • @sozno4222
    @sozno4222 22 วันที่ผ่านมา

    Thanks! Your videos are so valuable and they’re presented in a way that beginners can follow all the steps and get results.

    • @CodeWithAarohi
      @CodeWithAarohi  22 วันที่ผ่านมา

      You're welcome! I'm happy you find my videos useful.

  • @arnavthakur5409
    @arnavthakur5409 2 หลายเดือนก่อน

    Very nice work ma'am. I am really gaining a lot from your tutorials. Thank you so much for the support I am getting from your videos

  • @GianmarcoGoycocheaCasas
    @GianmarcoGoycocheaCasas 2 หลายเดือนก่อน +1

    Exelent video Ms Aarohi . Thank you for sharing.

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      Thanks for watching!

  • @Sunil-ez1hx
    @Sunil-ez1hx 2 หลายเดือนก่อน

    Amazed to see such a nicely explained tutorial👍👍👏👏

  • @rabsonmatsambe5430
    @rabsonmatsambe5430 หลายเดือนก่อน

    Great work Aarohi. Thank you so much.

  • @soravsingla6574
    @soravsingla6574 16 วันที่ผ่านมา

    Very well explained

  • @maryrajees9554
    @maryrajees9554 2 หลายเดือนก่อน

    Excellent Work Ms.Aaroshi.. Very helpful

  • @quranicprove
    @quranicprove 28 วันที่ผ่านมา

    your teacing style is good

  • @soravsingla8782
    @soravsingla8782 2 หลายเดือนก่อน

    Please keep sharing this kind of content.

  • @soravsingla8782
    @soravsingla8782 2 หลายเดือนก่อน +1

    Excellent work

  • @pradeepjungkarki4510
    @pradeepjungkarki4510 2 หลายเดือนก่อน

    Mam just found your channel today.Much respect from Nepal and hoping that you will start the lang graph series

  • @md.sadiulalamchyon4336
    @md.sadiulalamchyon4336 2 หลายเดือนก่อน +3

    Hi Aarohi! Always enjoy your videos! Could you please make one on detection of objects from satellite images using YOLO?

  • @namashaggarwal7430
    @namashaggarwal7430 หลายเดือนก่อน

    Awesome video,
    Could you please make a video on RT 1 model by Deepminds and akso it's implementation?

  • @IkramChourib
    @IkramChourib 17 วันที่ผ่านมา

    thanks for the video , but how to handle an umbalanced classes for data images with 11 classes by using class_weights ? thanks

  • @AbdulRehman-zh9xq
    @AbdulRehman-zh9xq 2 หลายเดือนก่อน +1

    Mam i have dataset more then 10k ( images and corresponding annotation files are bounding box not polygons) according to YOLOv4, can i convert them to polygones for YOLOv11 through programming not manually. If you have any content or suggestion, plz let me know.

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน +1

      You can't convert the bounding boxes directly to polygons but you can use SAM model to create annotation files for your images. You can follow this tutorial: th-cam.com/video/Us3oB6JwwBQ/w-d-xo.html

  • @pifordtechnologiespvtltd5698
    @pifordtechnologiespvtltd5698 2 หลายเดือนก่อน

    Nice video

  • @devavratpro7061
    @devavratpro7061 2 หลายเดือนก่อน

    Do we have Hyperparameter list also? I couldn't get it.

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      github.com/ultralytics/ultralytics/blob/main/ultralytics/cfg/default.yaml

  • @deemon101
    @deemon101 2 หลายเดือนก่อน

    What do you think could be wrong if the segmented areas mask looks very pixely? My dataset is over 2000 images, not sure if adding more images would improve anything...

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      Share the image at aarohisingla1987@gmail.com .Will check and answer you.

  • @M.HuzaifaManzoor
    @M.HuzaifaManzoor 2 หลายเดือนก่อน

    Great work can u make a video and finetune florence2 on segmentation task not object detection

  • @davidsling
    @davidsling 2 หลายเดือนก่อน +1

    can u show us how to train faster rcnn model to custom dataset for food. Where we can find dataset with bounding boxes to train pretrained model like rcnn and others. greetings from europe!

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      Noted!

    • @davidsling
      @davidsling 2 หลายเดือนก่อน

      @@CodeWithAarohi Thanks! ☺

  • @m.abdullahgamer4494
    @m.abdullahgamer4494 22 วันที่ผ่านมา

    Miss Aarohi excellent work.Can we perform instance segmentation using yolov11 on unsupervised dataset?
    Thank you

    • @CodeWithAarohi
      @CodeWithAarohi  21 วันที่ผ่านมา

      By "unsupervised dataset," if you mean a dataset without annotations, then you need to create annotations

    • @m.abdullahgamer4494
      @m.abdullahgamer4494 21 วันที่ผ่านมา

      ​@@CodeWithAarohiyes miss

  • @ericlyons11
    @ericlyons11 หลายเดือนก่อน

    Is it possible to do keypoint/pose detection with segmentation?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      Yes

    • @ericlyons11
      @ericlyons11 หลายเดือนก่อน

      @ Thanks. Maybe you could do a video on it?

  • @HaVu-jb8cv
    @HaVu-jb8cv หลายเดือนก่อน

    Could you explain about YOLOv11-seg architecture?

    • @CodeWithAarohi
      @CodeWithAarohi  หลายเดือนก่อน

      Ultralytics has not published a formal research paper for YOLO11

  • @brpatil_007
    @brpatil_007 2 หลายเดือนก่อน

    Mam would you make Video on A model train for specific using yolo just like this your video but with additional feature that it will give text output regrading the input image. It would helpful. AND thankful for this video too.

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน +1

      You can store the bounding box class name in a variable and print it.

  • @floatonArt
    @floatonArt 2 หลายเดือนก่อน

    Hello mam present studying btech final and doing final year project on image processing and choose to use faster rcnn and have dataset of 13k images and resenet50 as back bone and using jetson nano 2gb variant and unable to train the Faster rcnn having this problem since 2 weeks and project review is next week please help me how to train it... please mam

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      email me at aarohisingla1987@gmail.com

  • @masruralam3192
    @masruralam3192 2 หลายเดือนก่อน

    hi! can u show how to segment medical images using a fine tuned SAM with yolov11 or yolov8?

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน +1

      Sure!

    • @masruralam3192
      @masruralam3192 2 หลายเดือนก่อน

      @@CodeWithAarohi thank u i really want to learn this.. it would be nice if you to show this for an entire dataset , thanks again

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน +1

      th-cam.com/video/Us3oB6JwwBQ/w-d-xo.html

  • @fatima-arbab
    @fatima-arbab หลายเดือนก่อน

    🙏

  • @BingeWatcher247
    @BingeWatcher247 2 หลายเดือนก่อน +1

    Yolo v11 Helmet Detection Realtime Training with Custom data set Please 🙏

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      Noted but till the time you can follow this tutorial to run your custom object detection model: th-cam.com/video/POmyidzahLg/w-d-xo.html

  • @fatima-arbab
    @fatima-arbab 2 หลายเดือนก่อน

    Ma'am plzzz make a video
    Copy move forgery detection in video using machine learning
    Using yolo model and dataset casia

  • @fatima-arbab
    @fatima-arbab 2 หลายเดือนก่อน

    Ma'am plzzz make a video
    Copy move forgery detection in video using machine learning
    Using yolo model and dataset casia
    With git hub

  • @goms7526
    @goms7526 2 หลายเดือนก่อน +1

    Hi aarohi mam can you start a crash course from scratch to advance on yolo object detection v3 or v5 using ipwebcam app

  • @antukhan5592
    @antukhan5592 2 หลายเดือนก่อน

    You are using GPU and its fast but mine CPU is very slow. How to set GPU on can you provide a video about it?

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      @@antukhan5592 I have a video on this topic on my another channel- “Code with Aarohi Hindi”

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      th-cam.com/video/5FCLcWJZEqo/w-d-xo.htmlsi=Licd_dQ84DIl5mIX

    • @antukhan5592
      @antukhan5592 2 หลายเดือนก่อน

      @@CodeWithAarohi ya i saw that , thanks anyway

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      welcome :)

  • @arpitpathak7276
    @arpitpathak7276 2 หลายเดือนก่อน

    Hi mam can you launch advance computer vision course that cover GAN,AUTOENCODER, TRANSFORMER FOR VISION AND SEGMENTATION TASK for industrial type . We can pay for that

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      Hello, I have few tutorials on Transformers and GANs on my channel. And I have started another channel with the name of "Code with Aarohi Hindi" there I am currently posting videos on transformers.

  • @g.s.3389
    @g.s.3389 2 หลายเดือนก่อน +1

    nice but the nanno model is quite poor when used in real world you have to use bigger ones.

    • @CodeWithAarohi
      @CodeWithAarohi  2 หลายเดือนก่อน

      Yes, absolutely correct. You can always trade off between accuracy and speed. If accuracy is more important then choose the bigger model.

  • @fatima-arbab
    @fatima-arbab 2 หลายเดือนก่อน

    Ma'am plzzz make a video
    Copy move forgery detection in video using machine learning
    Using yolo model and dataset CASIA

  • @fatima-arbab
    @fatima-arbab หลายเดือนก่อน

    Ma'am plzzz make a video
    Copy move forgery detection in video using machine learning
    Using yolo model and dataset casia

    • @fatima-arbab
      @fatima-arbab หลายเดือนก่อน

      🙏Please ma'am