Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Update README.md #9

Merged
merged 1 commit into from
Oct 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class MyDataset(object):
labels = torch.tensor([10, 20])

# create a BoxList from the boxes
boxlist = Boxlist(boxes, size=image.size, mode="xyxy")
boxlist = BoxList(boxes, size=image.size, mode="xyxy")
# add the labels to the boxlist
boxlist.add_field("labels", labels)

Expand Down