Update instruction page to include sample quantized FPNLite model.
PiperOrigin-RevId: 248022612
This commit is contained in:
parent
b1c6a1accb
commit
0c7c7596b4
@ -23,7 +23,7 @@ Note: all commands should be called from your tensorflow installation folder (un
|
|||||||
* Download the [testdata package](https://storage.googleapis.com/download.tensorflow.org/data/ovic_2018_10_23.zip):
|
* Download the [testdata package](https://storage.googleapis.com/download.tensorflow.org/data/ovic_2018_10_23.zip):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -L https://storage.googleapis.com/download.tensorflow.org/data/ovic_2018_10_23.zip -o /tmp/ovic.zip
|
curl -L https://storage.googleapis.com/download.tensorflow.org/data/ovic_2019_04_30.zip -o /tmp/ovic.zip
|
||||||
```
|
```
|
||||||
|
|
||||||
* Unzip the package into the testdata folder:
|
* Unzip the package into the testdata folder:
|
||||||
@ -185,6 +185,7 @@ Note: the benchmarking results can be quite different depending on the backgroun
|
|||||||
| -------------------- |:---------------------:|
|
| -------------------- |:---------------------:|
|
||||||
| detect.lite | 331 |
|
| detect.lite | 331 |
|
||||||
| quantized_detect.lite | 95 |
|
| quantized_detect.lite | 95 |
|
||||||
|
| quantized_fpnlite.lite | 119 |
|
||||||
|
|
||||||
|
|
||||||
Since Pixel 2 has excellent support for 8-bit quantized models, we strongly recommend you to check out the [quantization training tutorial](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/quantize).
|
Since Pixel 2 has excellent support for 8-bit quantized models, we strongly recommend you to check out the [quantization training tutorial](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/quantize).
|
||||||
|
Loading…
Reference in New Issue
Block a user