Skip to content

Commit d6ed99b

Browse files
committed
Updated reference to adapted detr functions under Apache 2.0
Signed-off-by: Kieran Fraser <[email protected]>
1 parent 482b277 commit d6ed99b

File tree

1 file changed

+1
-1
lines changed
  • art/estimators/object_detection

1 file changed

+1
-1
lines changed

art/estimators/object_detection/detr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def generalized_box_iou(boxes1: "torch.Tensor", boxes2: "torch.Tensor"):
427427

428428
def nested_tensor_from_tensor_list(tensor_list: Union[List, "torch.Tensor"]):
429429
"""
430-
From DETR source: https://github.com/facebookresearch/detr
430+
Adapted from DETR source: https://github.com/facebookresearch/detr
431431
(detr/util/misc.py)
432432
"""
433433

0 commit comments

Comments
 (0)