Oriented Bounding Boxes Object Detection | YOLOv8 OBB detection

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

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

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

    Phenomenal video on object detection. 👏👏

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

    One of the finest video I came accross😊

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

    Thank you ma’am for this video

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

    Great video! Thank you. would you please suggest any pertained model I can use for video classification. I would like to hyper tune pertained model as per my classes. your reply will be appreciated. I have your videos where you have used transformers for image classification. Not sure for videos?

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

    👏👏

  • @黄建新-m2o
    @黄建新-m2o 4 หลายเดือนก่อน

    Good video!Could we use gradcam for it?

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

    Ma'am, please make a video on how to deploy custom trained YOLOv8 model on android. I'll be very grateful if you make one.

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

      I will make it soon.

  • @DheerajReddy-o2l
    @DheerajReddy-o2l 7 หลายเดือนก่อน

    Plsease make vedio of pedestrain intention detection

  • @KondareddyChiripireddy-p3g
    @KondareddyChiripireddy-p3g 3 หลายเดือนก่อน

    How to convert segmentation co-ordinates into OBB co-ordinates

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

    "I downloaded the Dotav1 data set, but the labels are not compatible with the OBB format. Where did you find the label files in OBB format? Or did you perform a conversion process?" I want to create a new model. Or how do I convert COCO format to YOLOv8 OBB format?

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

    hello may I ask , currently I am using YOLOV8 OBB and want to train my own data set, when creating a new project in Roboflow for annotation, should I choose the "Object Detection" one or the "Instance Segmentation" one when for annotating my custom data set for yolov8 obb

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

      The YOLO OBB format designates bounding boxes by their four corner points with coordinates normalized between 0 and 1. It follows this format:
      class_index, x1, y1, x2, y2, x3, y3, x4, y4
      Check this: docs.ultralytics.com/datasets/obb/