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
38f1ebe0
Commit
38f1ebe0
authored
May 07, 2021
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
May 07, 2021
Browse files
Change "fine_tune" -> "detection" in CenterNet configs.
PiperOrigin-RevId: 372579796
parent
eaeea071
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
research/object_detection/configs/tf2/center_net_deepmac_1024x1024_coco_tpu-128.config
...figs/tf2/center_net_deepmac_1024x1024_coco_tpu-128.config
+1
-1
research/object_detection/configs/tf2/center_net_deepmac_1024x1024_non_voc_only_tpu-128.config
.../center_net_deepmac_1024x1024_non_voc_only_tpu-128.config
+1
-1
research/object_detection/configs/tf2/center_net_deepmac_1024x1024_voc_only_tpu-128.config
.../tf2/center_net_deepmac_1024x1024_voc_only_tpu-128.config
+1
-1
research/object_detection/g3doc/tf2_detection_zoo.md
research/object_detection/g3doc/tf2_detection_zoo.md
+2
-1
No files found.
research/object_detection/configs/tf2/center_net_deepmac_1024x1024_coco_tpu-128.config
View file @
38f1ebe0
...
...
@@ -115,7 +115,7 @@ train_config: {
fine_tune_checkpoint_version
:
V2
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/ckpt-51"
fine_tune_checkpoint_type
:
"
fine_tune
"
fine_tune_checkpoint_type
:
"
detection
"
}
train_input_reader
: {
...
...
research/object_detection/configs/tf2/center_net_deepmac_1024x1024_non_voc_only_tpu-128.config
View file @
38f1ebe0
...
...
@@ -178,7 +178,7 @@ train_config: {
fine_tune_checkpoint_version
:
V2
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/ckpt-51"
fine_tune_checkpoint_type
:
"
fine_tune
"
fine_tune_checkpoint_type
:
"
detection
"
}
train_input_reader
: {
...
...
research/object_detection/configs/tf2/center_net_deepmac_1024x1024_voc_only_tpu-128.config
View file @
38f1ebe0
...
...
@@ -138,7 +138,7 @@ train_config: {
fine_tune_checkpoint_version
:
V2
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/ckpt-51"
fine_tune_checkpoint_type
:
"
fine_tune
"
fine_tune_checkpoint_type
:
"
detection
"
}
train_input_reader
: {
...
...
research/object_detection/g3doc/tf2_detection_zoo.md
View file @
38f1ebe0
...
...
@@ -66,4 +66,5 @@ Model name
[
Faster R-CNN Inception ResNet V2 640x640
](
http://download.tensorflow.org/models/object_detection/tf2/20200711/faster_rcnn_inception_resnet_v2_640x640_coco17_tpu-8.tar.gz
)
| 206 | 37.7 | Boxes
[
Faster R-CNN Inception ResNet V2 1024x1024
](
http://download.tensorflow.org/models/object_detection/tf2/20200711/faster_rcnn_inception_resnet_v2_1024x1024_coco17_tpu-8.tar.gz
)
| 236 | 38.7 | Boxes
[
Mask R-CNN Inception ResNet V2 1024x1024
](
http://download.tensorflow.org/models/object_detection/tf2/20200711/mask_rcnn_inception_resnet_v2_1024x1024_coco17_gpu-8.tar.gz
)
| 301 | 39.0/34.6 | Boxes/Masks
[
ExtremeNet
](
http://download.tensorflow.org/models/object_detection/tf2/20200711/extremenet.tar.gz
)
| -- | -- | Boxes
[
ExtremeNet (deprecated)
](
http://download.tensorflow.org/models/object_detection/tf2/20200711/extremenet.tar.gz
)
| -- | -- | Boxes
[
ExtremeNet
](
http://download.tensorflow.org/models/object_detection/tf2/20210507/extremenet.tar.gz
)
| -- | -- | Boxes
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