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
f1b5b152
Commit
f1b5b152
authored
Apr 01, 2021
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
Apr 01, 2021
Browse files
Fix links in README
PiperOrigin-RevId: 366395416
parent
f123edc0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
research/object_detection/README.md
research/object_detection/README.md
+1
-1
research/object_detection/g3doc/deepmac.md
research/object_detection/g3doc/deepmac.md
+1
-1
No files found.
research/object_detection/README.md
View file @
f1b5b152
...
@@ -88,7 +88,7 @@ Please see links below for more details
...
@@ -88,7 +88,7 @@ Please see links below for more details
*
[
DeepMAC documentation
](
g3doc/deepmac.md
)
.
*
[
DeepMAC documentation
](
g3doc/deepmac.md
)
.
*
[
Mask RCNN code
](
https://github.com/tensorflow/models/tree/master/official/vision/beta/projects/deepmac_maskrcnn
)
*
[
Mask RCNN code
](
https://github.com/tensorflow/models/tree/master/official/vision/beta/projects/deepmac_maskrcnn
)
in TF Model garden code base.
in TF Model garden code base.
*
[
DeepMAC Colab
](
.
.
/colab_tutorials/deepmac_colab.ipynb
)
that lets you run a
*
[
DeepMAC Colab
](
./colab_tutorials/deepmac_colab.ipynb
)
that lets you run a
pre-trained DeepMAC model on user-specified boxes. Note that you are not
pre-trained DeepMAC model on user-specified boxes. Note that you are not
restricted to COCO classes!
restricted to COCO classes!
*
Project website -
[
git.io/deepmac
](
https://git.io/deepmac
)
*
Project website -
[
git.io/deepmac
](
https://git.io/deepmac
)
...
...
research/object_detection/g3doc/deepmac.md
View file @
f1b5b152
...
@@ -22,7 +22,7 @@ segmentation task.
...
@@ -22,7 +22,7 @@ segmentation task.
*
`deepmac_meta_arch.py`
implements our main architecture, DeepMAC, on top of
*
`deepmac_meta_arch.py`
implements our main architecture, DeepMAC, on top of
the CenterNet detection architecture.
the CenterNet detection architecture.
*
The proto message
`DeepMACMaskEstimation`
in
`center_net.proto`
controls the
*
The proto message
`DeepMACMaskEstimation`
in
`center_net.proto`
controls the
configu
t
ation of the mask head used.
configu
r
ation of the mask head used.
*
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
...
...
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