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
6fa901c9
Commit
6fa901c9
authored
Jul 25, 2022
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
Jul 25, 2022
Browse files
Update links and add new public SpineNet link.
PiperOrigin-RevId: 463160317
parent
3c17560d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
research/object_detection/g3doc/deepmac.md
research/object_detection/g3doc/deepmac.md
+3
-3
No files found.
research/object_detection/g3doc/deepmac.md
View file @
6fa901c9
...
@@ -26,14 +26,14 @@ segmentation task.
...
@@ -26,14 +26,14 @@ segmentation task.
*
The field
`allowed_masked_classes_ids`
controls which classes recieve mask
*
The field
`allowed_masked_classes_ids`
controls which classes recieve mask
supervision during training.
supervision during training.
*
Mask R-CNN based ablations in the paper are implemented in the
*
Mask R-CNN based ablations in the paper are implemented in the
[
TF model garden
](
../../../official/
vision/beta/
projects/deepmac_maskrcnn
)
[
TF model garden
](
../../../official/projects/deepmac_maskrcnn
)
code base.
code base.
## Prerequisites
## Prerequisites
1.
Follow
[
TF2 install instructions
](
tf2.md
)
to install Object Detection API.
1.
Follow
[
TF2 install instructions
](
tf2.md
)
to install Object Detection API.
2.
Generate COCO dataset by using
2.
Generate COCO dataset by using
[
create_coco_tf_record.py
](
../../../official/vision/
beta/
data/create_coco_tf_record.py
)
[
create_coco_tf_record.py
](
../../../official/vision/data/create_coco_tf_record.py
)
## Configurations
## Configurations
...
@@ -77,7 +77,7 @@ Both these models take Image + boxes as input and produce per-box instance
...
@@ -77,7 +77,7 @@ Both these models take Image + boxes as input and produce per-box instance
masks as output.
masks as output.
*
[
CenterNet Hourglass backbone
](
http://download.tensorflow.org/models/object_detection/tf2/20210329/deepmac_1024x1024_coco17.tar.gz
)
*
[
CenterNet Hourglass backbone
](
http://download.tensorflow.org/models/object_detection/tf2/20210329/deepmac_1024x1024_coco17.tar.gz
)
*
[
Mask-RCNN SpineNet backbone
](
https://storage.
cloud.
google.com/tf_model_garden/vision/deepmac_maskrcnn/deepmarc_spinenet.zip
)
*
[
Mask-RCNN SpineNet backbone
](
https://storage.google
apis
.com/tf_model_garden/vision/deepmac_maskrcnn/deepmarc_spinenet.zip
)
## See also
## See also
...
...
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