333 - An introduction to YOLO v8​

Поделиться
HTML-код
  • Опубликовано: 17 окт 2023
  • This video explains the basics of YOLO v8 and walks you through a few lines of code to help explore YOLO v8 for object detection and instance segmentation using pre-trained weights. More information about YOLO v8 can be found here.
    docs.ultralytics.com/models/y...
    Code generated in this video is available here: github.com/bnsreenu/python_fo...
  • НаукаНаука

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

  • @AI_and_Robotics_World
    @AI_and_Robotics_World 7 месяцев назад +4

    One of the best teacher i have ever seen in my life ❤❤❤

  • @saranshgautam6551
    @saranshgautam6551 7 месяцев назад +2

    Excited to learn about Yolo v8!! Looking forward to more videos and implementations!

  • @caiyu538
    @caiyu538 7 месяцев назад

    I like YOLO v5/v8 team. They are very supportive in case you have a problems using their software. YOLO is great to do object detection.

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

    one of the best teachers I have ever got 😊

  • @tamerzohdy8589
    @tamerzohdy8589 7 месяцев назад

    Thanks a lot for this tutorial
    We have waited a lot for it

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

    thank you for the gorgeous explanation

  • @THE8SFN
    @THE8SFN 3 месяца назад

    your video is super helpful.thank you

  • @stekim
    @stekim 5 месяцев назад

    Do you know if it’s possible to create a box around an entire object, even if it’s partially obfuscated, with yolo v8? Or do we need to use a completely different model?

  • @kamaleon204
    @kamaleon204 7 месяцев назад

    Is the next video going to go over multi-class training for YOLOv8?
    This is something I've been trying to find info about but haven't be able to find anything about it yet.

  • @palurikrishnaveni8344
    @palurikrishnaveni8344 7 месяцев назад

    I am following your videos. Most of the codes you implemented in the Spyder environment. Can I perform this Yolo in Spyder?

  • @pjoshi_15
    @pjoshi_15 6 месяцев назад

    The size of the mask image/array is differentn from the input image size in instance segmentation results object. How to deal with this? Any tips?

  • @geospatial90
    @geospatial90 3 месяца назад

    Sir, I want to extract tree crown segmentation using YOLO8 but
    after prediction, my result is that the maximum tree contains 2/3 polygon, it should be a single polygon. I want to show the output but how can I show it?

  • @mayaltaee2963
    @mayaltaee2963 3 месяца назад

    Hello, I traind the yolov8 (detect) on custom dataset now how can I assess the yolov8 model with test dataset where I can get Recall , Precision, mAP, confusion matrix, curvs, and accurecy.

  • @hawkingradiation3774
    @hawkingradiation3774 7 месяцев назад

    great video
    i was training custom yolov8 segmentation model, but as yolov8 segmentation requires to have minimum of 3 pairs in annotation in its data i wasnt able to move ahead with it
    as i just created rectangle bounding box using polygon tool it had only two pair. do you have any tips that how can i increase the pairs from 2 to 3 without annotating them as the dataset was quite large.
    does yolov8 support mask images instead of the yolo format datatype? as i can create the binary masks for them using my current annotations and would really like to try yolov8 for segmentation

    • @astitva5002
      @astitva5002 7 месяцев назад

      have you tried annotating on roboflow? you can import yolo annotations and edits accordingly as well. also I don't think yolo supports masks but i may be wrong i have never really looked deeply into it

    • @hawkingradiation3774
      @hawkingradiation3774 7 месяцев назад

      i dont want to upload my datset, roboflow makes public dataset in the free trial@@astitva5002

  • @sanamakbari1370
    @sanamakbari1370 7 месяцев назад

    Thankyou so much for your useful videos, could you please make a new video about Denoising Diffusion Implicit Models (DDIM) for augmentation?

  • @anammanzoor1166
    @anammanzoor1166 6 месяцев назад

    Hi Sreeni !can you please make one of the video on Deformable Convolution neural network by implementing UNET?

  • @user-ov7iz2gg6g
    @user-ov7iz2gg6g 6 месяцев назад

    Would you talk about implementing object detection using yolov8? especially the possible hints to get higher mAP on a custom dataset?

    • @DigitalSreeni
      @DigitalSreeni  6 месяцев назад

      already did. Please check video 334.

    • @user-ov7iz2gg6g
      @user-ov7iz2gg6g 6 месяцев назад

      @@DigitalSreeniI appreciate your response, sure I’ll check it.🙏🏻

  • @user-nz5vp2px9d
    @user-nz5vp2px9d 6 месяцев назад

    the object detection tuto its also done?

  • @briandignan
    @briandignan 2 месяца назад

    Thanks!

    • @DigitalSreeni
      @DigitalSreeni  2 месяца назад

      thank you very much Brian. I hope you are finding my tutorials useful and educational.

  • @Forouzan_Khalouei2001
    @Forouzan_Khalouei2001 7 месяцев назад +1

    Please record the course about dictionary learning🙏🙏

  • @khadidjaboudjoras4569
    @khadidjaboudjoras4569 7 месяцев назад

    I CANNOT UNDERSTAND, can you explain that to us? Self-Supervised Learning Tasks and
    SimCLR