(IOU) Intersection over union explained. With Python Code. IOU formula explained.

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

КОМЕНТАРІ • 11

  • @MmAaZzzz
    @MmAaZzzz 4 місяці тому +1

    very well explained

  • @atishayjain2190
    @atishayjain2190 5 місяців тому

    Hey...i have been doing some project and i have some doubts regarding this IoU concept. It would be great if you could help me clarify them.

  • @ياسمينشلبي-ك1ع
    @ياسمينشلبي-ك1ع Рік тому

    @Datum Learning how can i know the x and y for each box, how did you know the value of them?

  • @mondherbenromdhane2069
    @mondherbenromdhane2069 Рік тому +1

    did you take the use case where the the blocks can be separated ?

    • @kauffmanes8269
      @kauffmanes8269 Рік тому

      If there's no overlap, I think you have to get the area intersection like:
      area_intersection = max(0, xr-xl) * max(0, yr-yl) so the intersection is 0

  • @ildarkhalilov9595
    @ildarkhalilov9595 3 місяці тому

    why y1 < y3 and y2 < y4?

  • @aswina7666
    @aswina7666 Рік тому +1

    Hello your videos are pretty good .
    I have a question on YOLO . Does YOLO always return 8 values ???

    • @datumlearning6204
      @datumlearning6204  Рік тому

      what do you mean by 8 values?

    • @deepakpawade4084
      @deepakpawade4084 Рік тому +1

      ​@@datumlearning6204 They probably saw your old video on YOLO architecture where you used 3 classification classes. So the vector for each unit grid was of 8 values.

  • @archanasoman-electronicswo6062

    how to get IoUs for an image frame with many objects and then find out Tp,FP,FN

  • @tinyeinmoe5147
    @tinyeinmoe5147 6 місяців тому

    Thank you