Skip to content

Commit 35f1d5a

Browse files
committed
Updated detr.py docstring with list of changes to Apache 2.0 code
Signed-off-by: Kieran Fraser <[email protected]>
1 parent d6ed99b commit 35f1d5a

File tree

1 file changed

+7
-0
lines changed
  • art/estimators/object_detection

1 file changed

+7
-0
lines changed

art/estimators/object_detection/detr.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@
1515
Utility methods for DEtection TRansformer (DETR) in PyTorch.
1616
1717
| Paper link: https://arxiv.org/abs/2005.12872
18+
19+
Changes/differences to original code:
20+
- Line 241: remove reference to box_ops import
21+
- Line 325: remove check for distributed computing
22+
- Lines 454-5: remove copy_()
23+
- Line 458: returning original tensor list
24+
- Line 461: function name changed to distinguish that it now facilitates gradients
1825
"""
1926

2027
from typing import List, Optional, Tuple, Union

0 commit comments

Comments
 (0)