Commit 22ce50ad authored by Kaushik Shivakumar's avatar Kaushik Shivakumar
Browse files

remove unnecessary

parent 6d828342
...@@ -220,5 +220,5 @@ def compute_box_context_attention(box_features, context_features, ...@@ -220,5 +220,5 @@ def compute_box_context_attention(box_features, context_features,
# Expands the dimension back to match with the original feature map. # Expands the dimension back to match with the original feature map.
output_features = output_features[:, :, tf.newaxis, tf.newaxis, :] output_features = output_features[:, :, tf.newaxis, tf.newaxis, :]
return output_features
return output_features
\ No newline at end of file \ No newline at end of file
import abc
import collections
import functools
import numpy as np
import tensorflow.compat.v1 as tf
import tensorflow.compat.v2 as tf2
from object_detection.core import box_list
from object_detection.core import box_list_ops
from object_detection.core import keypoint_ops
from object_detection.core import model
from object_detection.core import standard_fields as fields
from object_detection.core import target_assigner as cn_assigner
from object_detection.utils import shape_utils
class DETRMetaArch(model.DetectionModel):
def __init__():
\ No newline at end of file
This diff is collapsed.
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