"...resnet50_tensorflow.git" did not exist on "e60174711e306a9840cc2ded3c9acc5a3ca8ee15"
Commit 34d91a7c authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Merge pull request #10787 from tensorflow:chunduriv-patch-9

PiperOrigin-RevId: 476520569
parents 8d71f896 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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment