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 d6ed99b commit 35f1d5aCopy full SHA for 35f1d5a
art/estimators/object_detection/detr.py
@@ -15,6 +15,13 @@
15
Utility methods for DEtection TRansformer (DETR) in PyTorch.
16
17
| 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
25
"""
26
27
from typing import List, Optional, Tuple, Union
0 commit comments