Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqwang committed Feb 12, 2022
1 parent c2fb994 commit 1df9de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yolort/models/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def forward(
Args:
images (List[Tensor]): Images to be processed. In general the type of images is a list
of 3-dim `Tensors`, except for the dataloader in training and evaluation, the `images`
of 3-dim `Tensor`, except for the dataloader in training and evaluation, the `images`
will be a 4-dim `Tensor` in that case. Check out the belows link for more details:
https://github.com/zhiqwang/yolov5-rt-stack/pull/308#pullrequestreview-878689796
targets (List[Dict[Tensor]], optional): ground-truth boxes present in the image for
Expand Down

0 comments on commit 1df9de8

Please sign in to comment.