Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
81756675
Commit
81756675
authored
Mar 05, 2018
by
yukun
Browse files
Fix typo in docs
parent
bdcfdd30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
30 deletions
+9
-30
research/deeplab/README.md
research/deeplab/README.md
+5
-5
research/deeplab/g3doc/model_zoo.md
research/deeplab/g3doc/model_zoo.md
+4
-25
No files found.
research/deeplab/README.md
View file @
81756675
...
@@ -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
...
...
research/deeplab/g3doc/model_zoo.md
View file @
81756675
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment