Learn Before
Concept

Bounding Box Tensor Shape

In deep learning frameworks, when working with multiple bounding boxes, they are programmatically represented as a two-dimensional tensor of shape (n,4)(n, 4). In this structural configuration, nn represents the total number of bounding boxes, while the dimension of size 44 holds the numerical parameters defining each box, such as the two corner coordinates or the center position paired with width and height.

0

1

Updated 2026-05-19

Contributors are:

Who are from:

Tags

D2L

Dive into Deep Learning @ D2L