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
2e1a0602
Commit
2e1a0602
authored
Apr 01, 2021
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
Apr 01, 2021
Browse files
Fix markdown links to Model garden code base.
PiperOrigin-RevId: 366388829
parent
73250c2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
research/object_detection/g3doc/deepmac.md
research/object_detection/g3doc/deepmac.md
+3
-2
No files found.
research/object_detection/g3doc/deepmac.md
View file @
2e1a0602
...
@@ -26,13 +26,14 @@ segmentation task.
...
@@ -26,13 +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
](
)
code base.
[
TF model garden
](
../../../official/vision/beta/projects/deepmac_maskrcnn
)
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/beta/data/create_coco_tf_record.py
)
## Configurations
## Configurations
...
...
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