YOLO algorithm bounding boxes car detection

I’m really confused with some details of YOLO. For a finer grid (19x19), we’re applying a convNet simultaneously to each grid cell. And each grid cell that contains a car, we give it a 1 for the car anchor box.

  • How would it know a car is in a grid cell that just contains a tip or edge of a car?

  • And then how does it choose which box contains the center?

  • Is the grid cell that contains the center the ONLY grid cell that contains any bounding box information?

All of these questions have been discussed at one time or another in this forum. Have you searched on the keywords at all?

Here’s one that might be helpful: Quick question regarding YOLO algorithm

Or this one: