Unverified Commit eb2fc3a6 authored by chunduriv's avatar chunduriv Committed by GitHub
Browse files

Update Broken Links

Update Broken links for `DeepMAC model` and `create_coco_tf_record.py` references
parent 62f9e02b
...@@ -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