We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482b277 commit d6ed99bCopy full SHA for d6ed99b
art/estimators/object_detection/detr.py
@@ -427,7 +427,7 @@ def generalized_box_iou(boxes1: "torch.Tensor", boxes2: "torch.Tensor"):
427
428
def nested_tensor_from_tensor_list(tensor_list: Union[List, "torch.Tensor"]):
429
"""
430
- From DETR source: https://github.com/facebookresearch/detr
+ Adapted from DETR source: https://github.com/facebookresearch/detr
431
(detr/util/misc.py)
432
433
0 commit comments