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
22ce50ad
Commit
22ce50ad
authored
Jul 01, 2020
by
Kaushik Shivakumar
Browse files
remove unnecessary
parent
6d828342
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
3819 deletions
+2
-3819
research/object_detection/meta_architectures/context_rcnn_lib.py
...h/object_detection/meta_architectures/context_rcnn_lib.py
+2
-2
research/object_detection/meta_architectures/detr_meta_arch.py
...rch/object_detection/meta_architectures/detr_meta_arch.py
+0
-20
research/object_detection/meta_architectures/faster_rcnn_meta_arch_backup.py
...ection/meta_architectures/faster_rcnn_meta_arch_backup.py
+0
-2865
research/object_detection/model_lib_v2.py
research/object_detection/model_lib_v2.py
+0
-932
No files found.
research/object_detection/meta_architectures/context_rcnn_lib.py
View file @
22ce50ad
...
...
@@ -220,5 +220,5 @@ def compute_box_context_attention(box_features, context_features,
# Expands the dimension back to match with the original feature map.
output_features
=
output_features
[:,
:,
tf
.
newaxis
,
tf
.
newaxis
,
:]
return
output_features
return
output_features
\ No newline at end of file
research/object_detection/meta_architectures/detr_meta_arch.py
deleted
100644 → 0
View file @
6d828342
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
research/object_detection/meta_architectures/faster_rcnn_meta_arch_backup.py
deleted
100644 → 0
View file @
6d828342
This diff is collapsed.
Click to expand it.
research/object_detection/model_lib_v2.py
deleted
100644 → 0
View file @
6d828342
This diff is collapsed.
Click to expand it.
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