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
eb2fc3a6
Unverified
Commit
eb2fc3a6
authored
Sep 21, 2022
by
chunduriv
Committed by
GitHub
Sep 21, 2022
Browse files
Update Broken Links
Update Broken links for `DeepMAC model` and `create_coco_tf_record.py` references
parent
62f9e02b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/projects/deepmac_maskrcnn/README.md
official/projects/deepmac_maskrcnn/README.md
+2
-2
No files found.
official/projects/deepmac_maskrcnn/README.md
View file @
eb2fc3a6
...
@@ -19,14 +19,14 @@ for more details.
...
@@ -19,14 +19,14 @@ for more details.
agnostic mode and
`task.allowed_mask_class_ids`
controls which classes are
agnostic mode and
`task.allowed_mask_class_ids`
controls which classes are
allowed to have masks during training.
allowed to have masks during training.
*
Majority of experiments and ablations from the paper are perfomed with the
*
Majority of experiments and ablations from the paper are perfomed with the
[
DeepMAC model
](
../../../../..
/research/object_detection/g3doc/deepmac.md
)
[
DeepMAC model
](
https://github.com/tensorflow/models/blob/master
/research/object_detection/g3doc/deepmac.md
)
in the Object Detection API code base.
in the Object Detection API code base.
## Prerequisites
## Prerequisites
### Prepare dataset
### Prepare dataset
Use
[
create_coco_tf_record.py
](
../..
/data/create_coco_tf_record.py
)
to create
Use
[
create_coco_tf_record.py
](
https://github.com/tensorflow/models/blob/master/official/vision
/data/create_coco_tf_record.py
)
to create
the COCO dataset. The data needs to be store in a
the COCO dataset. The data needs to be store in a
[
Google cloud storage bucket
](
https://cloud.google.com/storage/docs/creating-buckets
)
[
Google cloud storage bucket
](
https://cloud.google.com/storage/docs/creating-buckets
)
so that it can be accessed by the TPU.
so that it can be accessed by the TPU.
...
...
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