"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "1d81b87770fe06fed677af306caaa93654bb7456"
Commit 323ea897 authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

remove detr building

parent 9d4b102c
...@@ -435,9 +435,6 @@ def create_target_assigner(reference, stage=None, ...@@ -435,9 +435,6 @@ def create_target_assigner(reference, stage=None,
use_matmul_gather=use_matmul_gather) use_matmul_gather=use_matmul_gather)
box_coder_instance = faster_rcnn_box_coder.FasterRcnnBoxCoder() box_coder_instance = faster_rcnn_box_coder.FasterRcnnBoxCoder()
elif reference == 'DETR':
return DETRTargetAssigner()
else: else:
raise ValueError('No valid combination of reference and stage.') raise ValueError('No valid combination of reference and stage.')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment