Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
871c4e0a
Commit
871c4e0a
authored
Jan 18, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 422612138
parent
6b8bb0cb
Changes
1000
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
20 additions
and
20 deletions
+20
-20
official/vision/beta/projects/centernet/modeling/backbones/hourglass.py
...n/beta/projects/centernet/modeling/backbones/hourglass.py
+1
-1
official/vision/beta/projects/centernet/modeling/backbones/hourglass_test.py
...a/projects/centernet/modeling/backbones/hourglass_test.py
+1
-1
official/vision/beta/projects/centernet/modeling/centernet_model.py
...ision/beta/projects/centernet/modeling/centernet_model.py
+1
-1
official/vision/beta/projects/centernet/modeling/centernet_model_test.py
.../beta/projects/centernet/modeling/centernet_model_test.py
+1
-1
official/vision/beta/projects/centernet/modeling/heads/centernet_head.py
.../beta/projects/centernet/modeling/heads/centernet_head.py
+1
-1
official/vision/beta/projects/centernet/modeling/heads/centernet_head_test.py
.../projects/centernet/modeling/heads/centernet_head_test.py
+1
-1
official/vision/beta/projects/centernet/modeling/layers/cn_nn_blocks.py
...n/beta/projects/centernet/modeling/layers/cn_nn_blocks.py
+1
-1
official/vision/beta/projects/centernet/modeling/layers/cn_nn_blocks_test.py
...a/projects/centernet/modeling/layers/cn_nn_blocks_test.py
+1
-1
official/vision/beta/projects/centernet/modeling/layers/detection_generator.py
...projects/centernet/modeling/layers/detection_generator.py
+1
-1
official/vision/beta/projects/centernet/ops/__init__.py
official/vision/beta/projects/centernet/ops/__init__.py
+1
-1
official/vision/beta/projects/centernet/ops/box_list.py
official/vision/beta/projects/centernet/ops/box_list.py
+1
-1
official/vision/beta/projects/centernet/ops/box_list_ops.py
official/vision/beta/projects/centernet/ops/box_list_ops.py
+1
-1
official/vision/beta/projects/centernet/ops/loss_ops.py
official/vision/beta/projects/centernet/ops/loss_ops.py
+1
-1
official/vision/beta/projects/centernet/ops/nms_ops.py
official/vision/beta/projects/centernet/ops/nms_ops.py
+1
-1
official/vision/beta/projects/centernet/ops/preprocess_ops.py
...cial/vision/beta/projects/centernet/ops/preprocess_ops.py
+1
-1
official/vision/beta/projects/centernet/ops/target_assigner.py
...ial/vision/beta/projects/centernet/ops/target_assigner.py
+1
-1
official/vision/beta/projects/centernet/ops/target_assigner_test.py
...ision/beta/projects/centernet/ops/target_assigner_test.py
+1
-1
official/vision/beta/projects/centernet/tasks/centernet.py
official/vision/beta/projects/centernet/tasks/centernet.py
+1
-1
official/vision/beta/projects/centernet/train.py
official/vision/beta/projects/centernet/train.py
+1
-1
official/vision/beta/projects/centernet/utils/checkpoints/__init__.py
...ion/beta/projects/centernet/utils/checkpoints/__init__.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/modeling/backbones/hourglass.py
View file @
871c4e0a
# 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/modeling/backbones/hourglass_test.py
View file @
871c4e0a
# 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/modeling/centernet_model.py
View file @
871c4e0a
# 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/modeling/centernet_model_test.py
View file @
871c4e0a
# 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/modeling/heads/centernet_head.py
View file @
871c4e0a
# 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/modeling/heads/centernet_head_test.py
View file @
871c4e0a
# 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/modeling/layers/cn_nn_blocks.py
View file @
871c4e0a
# 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/modeling/layers/cn_nn_blocks_test.py
View file @
871c4e0a
# 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/modeling/layers/detection_generator.py
View file @
871c4e0a
# 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/ops/__init__.py
View file @
871c4e0a
# 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/ops/box_list.py
View file @
871c4e0a
# 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/ops/box_list_ops.py
View file @
871c4e0a
# 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/ops/loss_ops.py
View file @
871c4e0a
# 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/ops/nms_ops.py
View file @
871c4e0a
# 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/ops/preprocess_ops.py
View file @
871c4e0a
# 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/ops/target_assigner.py
View file @
871c4e0a
# 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/ops/target_assigner_test.py
View file @
871c4e0a
# 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/tasks/centernet.py
View file @
871c4e0a
# 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/train.py
View file @
871c4e0a
# 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/__init__.py
View file @
871c4e0a
# 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
…
40
41
42
43
44
45
46
47
48
…
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