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
d7511194
Unverified
Commit
d7511194
authored
Jan 22, 2022
by
Srihari Humbarwadi
Committed by
GitHub
Jan 22, 2022
Browse files
Merge branch 'tensorflow:master' into panoptic-deeplab-modeling
parents
2ad1ec15
ab8b8012
Changes
1000
Show whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
official/vision/beta/projects/centernet/utils/checkpoints/config_data.py
.../beta/projects/centernet/utils/checkpoints/config_data.py
+1
-1
official/vision/beta/projects/centernet/utils/checkpoints/load_weights.py
...beta/projects/centernet/utils/checkpoints/load_weights.py
+1
-1
official/vision/beta/projects/centernet/utils/checkpoints/read_checkpoints.py
.../projects/centernet/utils/checkpoints/read_checkpoints.py
+1
-1
official/vision/beta/projects/centernet/utils/tf2_centernet_checkpoint_converter.py
...cts/centernet/utils/tf2_centernet_checkpoint_converter.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/__init__.py
official/vision/beta/projects/deepmac_maskrcnn/__init__.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/common/__init__.py
.../vision/beta/projects/deepmac_maskrcnn/common/__init__.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/common/registry_imports.py
...beta/projects/deepmac_maskrcnn/common/registry_imports.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/configs/__init__.py
...vision/beta/projects/deepmac_maskrcnn/configs/__init__.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/configs/deep_mask_head_rcnn.py
.../projects/deepmac_maskrcnn/configs/deep_mask_head_rcnn.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/configs/deep_mask_head_rcnn_config_test.py
...epmac_maskrcnn/configs/deep_mask_head_rcnn_config_test.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/__init__.py
...ision/beta/projects/deepmac_maskrcnn/modeling/__init__.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/__init__.py
...beta/projects/deepmac_maskrcnn/modeling/heads/__init__.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/hourglass_network.py
...ects/deepmac_maskrcnn/modeling/heads/hourglass_network.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/instance_heads.py
...rojects/deepmac_maskrcnn/modeling/heads/instance_heads.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/instance_heads_test.py
...ts/deepmac_maskrcnn/modeling/heads/instance_heads_test.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/maskrcnn_model.py
...beta/projects/deepmac_maskrcnn/modeling/maskrcnn_model.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/modeling/maskrcnn_model_test.py
...projects/deepmac_maskrcnn/modeling/maskrcnn_model_test.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/serving/__init__.py
...vision/beta/projects/deepmac_maskrcnn/serving/__init__.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/serving/detection.py
...ision/beta/projects/deepmac_maskrcnn/serving/detection.py
+1
-1
official/vision/beta/projects/deepmac_maskrcnn/serving/detection_test.py
.../beta/projects/deepmac_maskrcnn/serving/detection_test.py
+1
-1
No files found.
Too many changes to show.
To preserve performance only
1000 of 1000+
files are displayed.
Plain diff
Email patch
official/vision/beta/projects/centernet/utils/checkpoints/config_data.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/utils/checkpoints/load_weights.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/utils/checkpoints/read_checkpoints.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/centernet/utils/tf2_centernet_checkpoint_converter.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/common/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/common/registry_imports.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/configs/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/configs/deep_mask_head_rcnn.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/configs/deep_mask_head_rcnn_config_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/hourglass_network.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/instance_heads.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/heads/instance_heads_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/maskrcnn_model.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/modeling/maskrcnn_model_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/serving/__init__.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/serving/detection.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
official/vision/beta/projects/deepmac_maskrcnn/serving/detection_test.py
View file @
d7511194
# Copyright 202
1
The TensorFlow Authors. All Rights Reserved.
# Copyright 202
2
The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
...
...
Prev
1
…
42
43
44
45
46
47
48
49
50
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