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
34d91a7c
Commit
34d91a7c
authored
Sep 23, 2022
by
A. Unique TensorFlower
Browse files
Merge pull request #10787 from tensorflow:chunduriv-patch-9
PiperOrigin-RevId: 476520569
parents
8d71f896
eb2fc3a6
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 @
34d91a7c
...
...
@@ -19,14 +19,14 @@ for more details.
agnostic mode and
`task.allowed_mask_class_ids`
controls which classes are
allowed to have masks during training.
*
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.
## Prerequisites
### 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
[
Google cloud storage bucket
](
https://cloud.google.com/storage/docs/creating-buckets
)
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