Skip to content

Commit aba2001

Browse files
committed
Fix code block in docs
1 parent 4742294 commit aba2001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detecto/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def __init__(self, label_data, image_folder=None, transform=None):
9696
'labels' key. ``dict['boxes']`` is a torch.Tensor of size
9797
``(N, 4)`` containing ``xmin``, ``ymin``, ``xmax``, and ``ymax``
9898
of N boxes, where N is the number of labeled objects in the image.
99-
`dict['labels']`` is a list of size N containing the string labels
99+
``dict['labels']`` is a list of size N containing the string labels
100100
for each of the objects in the image being indexed.
101101
102102
**Example**::

0 commit comments

Comments
 (0)