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
cb7e2650
Unverified
Commit
cb7e2650
authored
Mar 28, 2022
by
Srihari Humbarwadi
Committed by
GitHub
Mar 28, 2022
Browse files
Merge branch 'tensorflow:master' into panoptic-deeplab
parents
05300091
74582325
Changes
83
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
2 additions
and
20 deletions
+2
-20
research/object_detection/core/region_similarity_calculator.py
...rch/object_detection/core/region_similarity_calculator.py
+0
-1
research/object_detection/dataset_tools/oid_hierarchical_labels_expansion.py
...ection/dataset_tools/oid_hierarchical_labels_expansion.py
+0
-1
research/object_detection/dataset_tools/seq_example_util_test.py
...h/object_detection/dataset_tools/seq_example_util_test.py
+0
-1
research/object_detection/dataset_tools/tf_record_creation_util.py
...object_detection/dataset_tools/tf_record_creation_util.py
+0
-1
research/object_detection/dataset_tools/tf_record_creation_util_test.py
...t_detection/dataset_tools/tf_record_creation_util_test.py
+0
-1
research/object_detection/export_inference_graph.py
research/object_detection/export_inference_graph.py
+0
-1
research/object_detection/export_tflite_graph_lib_tf2.py
research/object_detection/export_tflite_graph_lib_tf2.py
+0
-1
research/object_detection/export_tflite_graph_lib_tf2_test.py
...arch/object_detection/export_tflite_graph_lib_tf2_test.py
+0
-1
research/object_detection/export_tflite_graph_tf2.py
research/object_detection/export_tflite_graph_tf2.py
+0
-1
research/object_detection/export_tflite_ssd_graph.py
research/object_detection/export_tflite_ssd_graph.py
+0
-1
research/object_detection/export_tflite_ssd_graph_lib.py
research/object_detection/export_tflite_ssd_graph_lib.py
+0
-1
research/object_detection/export_tflite_ssd_graph_lib_tf1_test.py
.../object_detection/export_tflite_ssd_graph_lib_tf1_test.py
+0
-1
research/object_detection/exporter_lib_tf2_test.py
research/object_detection/exporter_lib_tf2_test.py
+0
-1
research/object_detection/exporter_lib_v2.py
research/object_detection/exporter_lib_v2.py
+0
-1
research/object_detection/exporter_main_v2.py
research/object_detection/exporter_main_v2.py
+0
-1
research/object_detection/exporter_tf1_test.py
research/object_detection/exporter_tf1_test.py
+0
-1
research/object_detection/inputs.py
research/object_detection/inputs.py
+2
-1
research/object_detection/meta_architectures/context_rcnn_lib.py
...h/object_detection/meta_architectures/context_rcnn_lib.py
+0
-1
research/object_detection/meta_architectures/context_rcnn_lib_tf1_test.py
...detection/meta_architectures/context_rcnn_lib_tf1_test.py
+0
-1
research/object_detection/meta_architectures/context_rcnn_lib_tf2.py
...ject_detection/meta_architectures/context_rcnn_lib_tf2.py
+0
-1
No files found.
research/object_detection/core/region_similarity_calculator.py
View file @
cb7e2650
# Lint as: python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/dataset_tools/oid_hierarchical_labels_expansion.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/dataset_tools/seq_example_util_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/dataset_tools/tf_record_creation_util.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/dataset_tools/tf_record_creation_util_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_inference_graph.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_tflite_graph_lib_tf2.py
View file @
cb7e2650
# Lint as: python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_tflite_graph_lib_tf2_test.py
View file @
cb7e2650
# Lint as: python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_tflite_graph_tf2.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_tflite_ssd_graph.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_tflite_ssd_graph_lib.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/export_tflite_ssd_graph_lib_tf1_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/exporter_lib_tf2_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/exporter_lib_v2.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/exporter_main_v2.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/exporter_tf1_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/inputs.py
View file @
cb7e2650
...
...
@@ -21,6 +21,7 @@ from __future__ import print_function
import
functools
import
tensorflow.compat.v1
as
tf
from
tensorflow.compat.v1
import
estimator
as
tf_estimator
from
object_detection.builders
import
dataset_builder
from
object_detection.builders
import
image_resizer_builder
from
object_detection.builders
import
model_builder
...
...
@@ -1114,7 +1115,7 @@ def create_predict_input_fn(model_config, predict_input_config):
true_image_shape
=
tf
.
expand_dims
(
input_dict
[
fields
.
InputDataFields
.
true_image_shape
],
axis
=
0
)
return
tf
.
estimator
.
export
.
ServingInputReceiver
(
return
tf
_
estimator
.
export
.
ServingInputReceiver
(
features
=
{
fields
.
InputDataFields
.
image
:
images
,
fields
.
InputDataFields
.
true_image_shape
:
true_image_shape
},
...
...
research/object_detection/meta_architectures/context_rcnn_lib.py
View file @
cb7e2650
# Lint as: python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/meta_architectures/context_rcnn_lib_tf1_test.py
View file @
cb7e2650
# Lint as: python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/meta_architectures/context_rcnn_lib_tf2.py
View file @
cb7e2650
# Lint as: python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
Prev
1
2
3
4
5
Next
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