Grid cell is the smallest independent detection unit obtained after YOLO grid division, which is the basic unit for the model to perform object detection. Each grid cell predicts the corresponding bounding box and confidence, judges whether there is an object in the area, and predicts the category of the object, making it a core component of the YOLO detection architecture.



