Skip to content

Commit 42c44b6

Browse files
woo1facebook-github-bot
authored andcommitted
fixed incorrect path in GETTING_STARTED.md
Summary: - updated path from "MODEL_ZOO.md" to "DENSEPOSE_IUV.md#ModelZoo" and "DENSEPOSE_CSE.md#ModelZoo". - Because the file "MODEL_ZOO.md" does not exist in that path now. Pull Request resolved: #3138 Reviewed By: wat3rBro Differential Revision: D32609413 Pulled By: zhanghang1989 fbshipit-source-id: 8b651c1def95110ee13a030345fe0333f9612e72
1 parent f62b8a4 commit 42c44b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/DensePose/doc/GETTING_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Inference with Pre-trained Models
44

5-
1. Pick a model and its config file from [Model Zoo](MODEL_ZOO.md), for example [densepose_rcnn_R_50_FPN_s1x.yaml](../configs/densepose_rcnn_R_50_FPN_s1x.yaml)
5+
1. Pick a model and its config file from [Model Zoo(IUV)](DENSEPOSE_IUV.md#ModelZoo), [Model Zoo(CSE)](DENSEPOSE_CSE.md#ModelZoo), for example [densepose_rcnn_R_50_FPN_s1x.yaml](../configs/densepose_rcnn_R_50_FPN_s1x.yaml)
66
2. Run the [Apply Net](TOOL_APPLY_NET.md) tool to visualize the results or save the to disk. For example, to use contour visualization for DensePose, one can run:
77
```bash
88
python apply_net.py show configs/densepose_rcnn_R_50_FPN_s1x.yaml densepose_rcnn_R_50_FPN_s1x.pkl image.jpg dp_contour,bbox --output image_densepose_contour.png
@@ -22,7 +22,7 @@ datasets/coco/
2222
</pre>
2323

2424
To train a model one can use the [train_net.py](../train_net.py) script.
25-
This script was used to train all DensePose models in [Model Zoo](MODEL_ZOO.md).
25+
This script was used to train all DensePose models in [Model Zoo(IUV)](DENSEPOSE_IUV.md#ModelZoo), [Model Zoo(CSE)](DENSEPOSE_CSE.md#ModelZoo).
2626
For example, to launch end-to-end DensePose-RCNN training with ResNet-50 FPN backbone
2727
on 8 GPUs following the s1x schedule, one can run
2828
```bash

0 commit comments

Comments
 (0)