Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #429 from pinzhenx/deeplab_readme
Browse files Browse the repository at this point in the history
[Example] Fix mistake in DeepLab README
  • Loading branch information
huningxin authored Jan 9, 2019
2 parents f185565 + 2500945 commit 1952226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/deeplab/model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Download the following models to this directory:
This directory should contain two files

```txt
deeplab_mobilenetv2_513.tflite
deeplab_mobilenetv2_513_dilated.tflite
deeplab_mobilenetv2_513.tflite
```

These two models are equivalent. The latter is used for platforms (Android) that do not natively support atrous convolution. They are converted from this [DeepLab checkpoint](http://download.tensorflow.org/models/deeplabv3_mnv2_pascal_trainval_2018_01_29.tar.gz). You can follow the steps below to convert your own model.
These two models are equivalent. The latter (without `dilated` suffix) is used for platforms (Android) that do not natively support atrous convolution. They are converted from this [DeepLab checkpoint](http://download.tensorflow.org/models/deeplabv3_mnv2_pascal_trainval_2018_01_29.tar.gz). You can follow the steps below to convert your own model.

## Convert `.pb` to `.tflite`

Expand Down

0 comments on commit 1952226

Please sign in to comment.