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
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
37 additions
and
19 deletions
+37
-19
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator.py
...jects/edgetpu/vision/serving/tflite_imagenet_evaluator.py
+1
-1
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_run.py
...s/edgetpu/vision/serving/tflite_imagenet_evaluator_run.py
+1
-1
official/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_test.py
.../edgetpu/vision/serving/tflite_imagenet_evaluator_test.py
+1
-1
official/projects/edgetpu/vision/tasks/__init__.py
official/projects/edgetpu/vision/tasks/__init__.py
+1
-1
official/projects/edgetpu/vision/tasks/image_classification.py
...ial/projects/edgetpu/vision/tasks/image_classification.py
+1
-1
official/projects/edgetpu/vision/tasks/image_classification_test.py
...rojects/edgetpu/vision/tasks/image_classification_test.py
+1
-1
official/projects/edgetpu/vision/tasks/semantic_segmentation.py
...al/projects/edgetpu/vision/tasks/semantic_segmentation.py
+1
-1
official/projects/edgetpu/vision/tasks/semantic_segmentation_test.py
...ojects/edgetpu/vision/tasks/semantic_segmentation_test.py
+1
-1
official/projects/edgetpu/vision/train.py
official/projects/edgetpu/vision/train.py
+1
-1
official/projects/mobilebert/__init__.py
official/projects/mobilebert/__init__.py
+1
-1
official/projects/mobilebert/distillation.py
official/projects/mobilebert/distillation.py
+1
-1
official/projects/mobilebert/distillation_test.py
official/projects/mobilebert/distillation_test.py
+1
-1
official/projects/mobilebert/export_tfhub.py
official/projects/mobilebert/export_tfhub.py
+1
-1
official/projects/mobilebert/model_utils.py
official/projects/mobilebert/model_utils.py
+1
-1
official/projects/mobilebert/run_distillation.py
official/projects/mobilebert/run_distillation.py
+1
-1
official/projects/mobilebert/tf2_model_checkpoint_converter.py
...ial/projects/mobilebert/tf2_model_checkpoint_converter.py
+1
-1
official/projects/mobilebert/utils.py
official/projects/mobilebert/utils.py
+1
-1
official/projects/movinet/README.md
official/projects/movinet/README.md
+18
-0
official/projects/movinet/__init__.py
official/projects/movinet/__init__.py
+1
-1
official/projects/movinet/configs/__init__.py
official/projects/movinet/configs/__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/projects/edgetpu/vision/serving/tflite_imagenet_evaluator.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/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_run.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/projects/edgetpu/vision/serving/tflite_imagenet_evaluator_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/projects/edgetpu/vision/tasks/__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/projects/edgetpu/vision/tasks/image_classification.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/projects/edgetpu/vision/tasks/image_classification_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/projects/edgetpu/vision/tasks/semantic_segmentation.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/projects/edgetpu/vision/tasks/semantic_segmentation_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/projects/edgetpu/vision/train.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/projects/mobilebert/__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/projects/mobilebert/distillation.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/projects/mobilebert/distillation_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/projects/mobilebert/export_tfhub.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/projects/mobilebert/model_utils.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/projects/mobilebert/run_distillation.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/projects/mobilebert/tf2_model_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/projects/mobilebert/utils.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/projects/movinet/README.md
View file @
d7511194
...
...
@@ -186,6 +186,24 @@ single CPU core. Observed latency may differ depending on hardware
configuration. Measured on a stock Pixel 4 (Android 11) and x86 Intel Xeon
W-2135 CPU.
### Kinetics 400
We also have checkpoints for Kinetics 600 models available. See the Kinetics 600
sections for more details. To load checkpoints, set
`num_classes=400`
.
#### Base Models
| Model Name | Top-1 Accuracy | Top-5 Accuracy | Input Shape | GFLOPs
\*
| Checkpoint |
|------------|----------------|----------------|-------------|----------|------------|
| MoViNet-A0-Base | 69.40 | 89.18 | 50 x 172 x 172 | 2.7 |
[
checkpoint (12 MB)
](
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a0_base_k400.tar.gz
)
|
| MoViNet-A1-Base | 74.57 | 92.03 | 50 x 172 x 172 | 6.0 |
[
checkpoint (18 MB)
](
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a1_base_k400.tar.gz
)
|
| MoViNet-A2-Base | 75.91 | 92.63 | 50 x 224 x 224 | 10 |
[
checkpoint (20 MB)
](
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a2_base_k400.tar.gz
)
|
| MoViNet-A3-Base | 79.34 | 94.52 | 120 x 256 x 256 | 57 |
[
checkpoint (29 MB)
](
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a3_base_k400.tar.gz
)
|
| MoViNet-A4-Base | 80.64 | 94.93 | 80 x 290 x 290 | 110 |
[
checkpoint (44 MB)
](
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a4_base_k400.tar.gz
)
|
| MoViNet-A5-Base | 81.39 | 95.06 | 120 x 320 x 320 | 280 |
[
checkpoint (72 MB)
](
https://storage.googleapis.com/tf_model_garden/vision/movinet/movinet_a5_base_k400.tar.gz
)
|
*
GFLOPs per video on Kinetics 400.
## Prediction Examples
Please check out our
[
Colab Notebook
](
https://colab.research.google.com/github/tensorflow/models/blob/master/official/projects/movinet/movinet_tutorial.ipynb
)
...
...
official/projects/movinet/__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/projects/movinet/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.
...
...
Prev
1
…
23
24
25
26
27
28
29
30
31
…
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