Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
323ea897
Commit
323ea897
authored
Aug 18, 2020
by
Kaushik Shivakumar
Browse files
remove detr building
parent
9d4b102c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
research/object_detection/core/target_assigner.py
research/object_detection/core/target_assigner.py
+0
-3
No files found.
research/object_detection/core/target_assigner.py
View file @
323ea897
...
...
@@ -435,9 +435,6 @@ def create_target_assigner(reference, stage=None,
use_matmul_gather
=
use_matmul_gather
)
box_coder_instance
=
faster_rcnn_box_coder
.
FasterRcnnBoxCoder
()
elif
reference
==
'DETR'
:
return
DETRTargetAssigner
()
else
:
raise
ValueError
(
'No valid combination of reference and stage.'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment