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
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
20 deletions
+0
-20
research/object_detection/models/ssd_mobilenet_v1_fpn_keras_feature_extractor.py
...on/models/ssd_mobilenet_v1_fpn_keras_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v1_keras_feature_extractor.py
...ection/models/ssd_mobilenet_v1_keras_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor.py
...etection/models/ssd_mobilenet_v1_ppn_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v2_feature_extractor.py
...ct_detection/models/ssd_mobilenet_v2_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v2_fpn_feature_extractor.py
...etection/models/ssd_mobilenet_v2_fpn_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v2_fpn_keras_feature_extractor.py
...on/models/ssd_mobilenet_v2_fpn_keras_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v2_keras_feature_extractor.py
...ection/models/ssd_mobilenet_v2_keras_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v2_mnasfpn_feature_extractor.py
...tion/models/ssd_mobilenet_v2_mnasfpn_feature_extractor.py
+0
-1
research/object_detection/models/ssd_mobilenet_v2_mnasfpn_feature_extractor_tf1_test.py
...ls/ssd_mobilenet_v2_mnasfpn_feature_extractor_tf1_test.py
+0
-1
research/object_detection/models/ssd_pnasnet_feature_extractor.py
.../object_detection/models/ssd_pnasnet_feature_extractor.py
+0
-1
research/object_detection/models/ssd_resnet_v1_fpn_feature_extractor.py
...t_detection/models/ssd_resnet_v1_fpn_feature_extractor.py
+0
-1
research/object_detection/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py
...on/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py
+0
-1
research/object_detection/models/ssd_resnet_v1_fpn_keras_feature_extractor.py
...ction/models/ssd_resnet_v1_fpn_keras_feature_extractor.py
+0
-1
research/object_detection/models/ssd_resnet_v1_ppn_feature_extractor.py
...t_detection/models/ssd_resnet_v1_ppn_feature_extractor.py
+0
-1
research/object_detection/predictors/convolutional_box_predictor.py
...bject_detection/predictors/convolutional_box_predictor.py
+0
-1
research/object_detection/predictors/convolutional_box_predictor_tf1_test.py
...ection/predictors/convolutional_box_predictor_tf1_test.py
+0
-1
research/object_detection/predictors/convolutional_keras_box_predictor.py
...detection/predictors/convolutional_keras_box_predictor.py
+0
-1
research/object_detection/predictors/heads/keras_mask_head.py
...arch/object_detection/predictors/heads/keras_mask_head.py
+0
-1
research/object_detection/predictors/heads/keypoint_head.py
research/object_detection/predictors/heads/keypoint_head.py
+0
-1
research/object_detection/predictors/heads/mask_head.py
research/object_detection/predictors/heads/mask_head.py
+0
-1
No files found.
research/object_detection/models/ssd_mobilenet_v1_fpn_keras_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v1_keras_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v1_ppn_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v2_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v2_fpn_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v2_fpn_keras_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v2_keras_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v2_mnasfpn_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_mobilenet_v2_mnasfpn_feature_extractor_tf1_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
# Copyright 2020 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_pnasnet_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_resnet_v1_fpn_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_resnet_v1_fpn_feature_extractor_testbase.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_resnet_v1_fpn_keras_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
# Copyright 2019 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/models/ssd_resnet_v1_ppn_feature_extractor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
# Copyright 2018 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/predictors/convolutional_box_predictor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/predictors/convolutional_box_predictor_tf1_test.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/predictors/convolutional_keras_box_predictor.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/predictors/heads/keras_mask_head.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/predictors/heads/keypoint_head.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# Licensed under the Apache License, Version 2.0 (the "License");
...
...
research/object_detection/predictors/heads/mask_head.py
View file @
cb7e2650
# Lint as: python2, python3
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# 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