How to get icon information

#15
by AlvaroMros - opened

I managed to run the model but a 'box' only shows this:
cls: tensor([0.])
conf: tensor([0.2731])
data: tensor([[5.8969e+02, 2.4685e+02, 6.6773e+02, 3.4195e+02, 2.7308e-01, 0.0000e+00]])
id: None
is_track: False
orig_shape: (768, 1366)
shape: torch.Size([1, 6])
xywh: tensor([[628.7075, 294.3994, 78.0420, 95.1081]])
xywhn: tensor([[0.4603, 0.3833, 0.0571, 0.1238]])
xyxy: tensor([[589.6865, 246.8454, 667.7285, 341.9535]])
xyxyn: tensor([[0.4317, 0.3214, 0.4888, 0.4453]])

What do these attributes mean? And how can I get the box names

Sign up or log in to comment