Commit 2e1a0602 authored by Vighnesh Birodkar's avatar Vighnesh Birodkar Committed by TF Object Detection Team
Browse files

Fix markdown links to Model garden code base.

PiperOrigin-RevId: 366388829
parent 73250c2a
...@@ -26,13 +26,14 @@ segmentation task. ...@@ -26,13 +26,14 @@ segmentation task.
* 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
[TF model garden]() code base. [TF model garden](../../../official/vision/beta/projects/deepmac_maskrcnn)
code base.
## Prerequisites ## Prerequisites
1. Follow [TF2 install instructions](tf2.md) to install Object Detection API. 1. Follow [TF2 install instructions](tf2.md) to install Object Detection API.
2. Generate COCO dataset by using 2. Generate COCO dataset by using
[create_coco_tf_record.py](../../official/vision/beta/data/create_coco_tf_record.py) [create_coco_tf_record.py](../../../official/vision/beta/data/create_coco_tf_record.py)
## Configurations ## Configurations
......
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