Commit 81756675 authored by yukun's avatar yukun
Browse files

Fix typo in docs

parent bdcfdd30
...@@ -39,12 +39,11 @@ work: ...@@ -39,12 +39,11 @@ work:
} }
``` ```
In the current implementation, we support adopting the following network In the current implementation, we support adopting the following network
backbones: backbones:
1. MobileNetv2 [8]: A fast network structure designed for mobile devices. **We 1. MobileNetv2 [8]: A fast network structure designed for mobile devices. **We
will provide MobileNetv2 support in the next update. Please stay tuned.** will provide MobileNetv2 support in the next update. Please stay tuned.**
2. Xception [9, 10]: A powerful network structure intended for server-side 2. Xception [9, 10]: A powerful network structure intended for server-side
deployment. deployment.
...@@ -86,13 +85,14 @@ Models: ...@@ -86,13 +85,14 @@ Models:
Misc: Misc:
* Please check <a href='g3doc/faq.md'>FAQ<a/a> if you have some questions before reporting the issues.<br> * Please check <a href='g3doc/faq.md'>FAQ</a> if you have some questions before reporting the issues.<br>
## Getting Help ## Getting Help
To get help with issues you may encounter while using the DeepLab Tensorflow To get help with issues you may encounter while using the DeepLab Tensorflow
implementation, create a new question on [StackOverflow](https://stackoverflow.com/) implementation, create a new question on
with the tags "tensorflow" and "deeplab". [StackOverflow](https://stackoverflow.com/) with the tags "tensorflow" and
"deeplab".
Please report bugs (i.e., broken code, not usage questions) to the Please report bugs (i.e., broken code, not usage questions) to the
tensorflow/models GitHub [issue tensorflow/models GitHub [issue
......
...@@ -23,31 +23,10 @@ is available, since we have already fine-tuned the batch normalization for you. ...@@ -23,31 +23,10 @@ is available, since we have already fine-tuned the batch normalization for you.
In the latter case, one could directly evaluate the checkpoints on VOC 2012 test In the latter case, one could directly evaluate the checkpoints on VOC 2012 test
set or use this checkpoint for demo. set or use this checkpoint for demo.
| Checkpoint name | Network | Pretrained | ASPP | Decoder | Checkpoint name | Network backbone | Pretrained dataset | ASPP | Decoder
: : backbone : dataset : : : --------------------------- | :--------------: | :-----------------: | :---: | :-----:
| ----------------------------- | :----------: | :--------: | :---: | :-----: | xception_coco_voc_trainaug | Xception_65 | MS-COCO <br> VOC 2012 train_aug set| [6,12,18] for OS=16 <br> [12,24,36] for OS=8 | OS = 4
| xception_coco_voc_trainaug | Xception_65 | MS-COCO | [6, | OS = 4 | xception_coco_voc_trainval | Xception_65 | MS-COCO <br> VOC 2012 train_aug + trainval sets | [6,12,18] for OS=16 <br> [12,24,36] for OS=8 | OS = 4
: : : <br> VOC : 12, : :
: : : 2012 : 18] : :
: : : train_aug : for : :
: : : set : OS=16 : :
: : : : <br> : :
: : : : [12, : :
: : : : 24, : :
: : : : 36] : :
: : : : for : :
: : : : OS=8 : :
| xception_coco_voc_trainval | Xception_65 | MS-COCO | [6, | OS = 4 |
: : : <br> VOC : 12, : :
: : : 2012 : 18] : :
: : : train_aug : for : :
: : : + trainval : OS=16 : :
: : : sets : <br> : :
: : : : [12, : :
: : : : 24, : :
: : : : 36] : :
: : : : for : :
: : : : OS=8 : :
In the table, **OS** denotes output stride. In the table, **OS** denotes output stride.
......
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