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
74582325
Commit
74582325
authored
Mar 28, 2022
by
Yilei Yang
Committed by
TF Object Detection Team
Mar 28, 2022
Browse files
Remove unused comments related to Python 2 compatibility.
PiperOrigin-RevId: 437767104
parent
50369291
Changes
71
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
20 deletions
+0
-20
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/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
research/object_detection/meta_architectures/context_rcnn_lib_tf2_test.py
...detection/meta_architectures/context_rcnn_lib_tf2_test.py
+0
-1
research/object_detection/meta_architectures/faster_rcnn_meta_arch_test.py
...etection/meta_architectures/faster_rcnn_meta_arch_test.py
+0
-1
research/object_detection/meta_architectures/ssd_meta_arch_test.py
...object_detection/meta_architectures/ssd_meta_arch_test.py
+0
-1
research/object_detection/model_main_tf2.py
research/object_detection/model_main_tf2.py
+0
-1
research/object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor.py
...ion/models/embedded_ssd_mobilenet_v1_feature_extractor.py
+0
-1
research/object_detection/models/faster_rcnn_nas_feature_extractor.py
...ect_detection/models/faster_rcnn_nas_feature_extractor.py
+0
-1
research/object_detection/models/faster_rcnn_pnas_feature_extractor.py
...ct_detection/models/faster_rcnn_pnas_feature_extractor.py
+0
-1
No files found.
research/object_detection/export_tflite_graph_lib_tf2.py
View file @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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 @
74582325
# 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/meta_architectures/context_rcnn_lib.py
View file @
74582325
# 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 @
74582325
# 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 @
74582325
# 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_test.py
View file @
74582325
# 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/faster_rcnn_meta_arch_test.py
View file @
74582325
# 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/meta_architectures/ssd_meta_arch_test.py
View file @
74582325
# 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/model_main_tf2.py
View file @
74582325
# Lint as: python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/embedded_ssd_mobilenet_v1_feature_extractor.py
View file @
74582325
# 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/models/faster_rcnn_nas_feature_extractor.py
View file @
74582325
# 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/models/faster_rcnn_pnas_feature_extractor.py
View file @
74582325
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
Prev
1
2
3
4
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