"...model/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "2f3b66a5d0398d99ee9dea714f05ff1407b59125"
Commit f42469ef authored by Ray Smith's avatar Ray Smith
Browse files

Updated download instructions to match reality

parent 4157e58e
...@@ -69,15 +69,38 @@ python vgsl_model_test.py ...@@ -69,15 +69,38 @@ python vgsl_model_test.py
## Downloading the datasets ## Downloading the datasets
The French Street Name Signs (FSNS) datasets can be downloaded from: The French Street Name Signs (FSNS) dataset is split into subsets, each
`https://download.tensorflow.org/data/fsns-20160927` of which is composed of multiple files.
Note that these datasets are very large. The approximate sizes are: Note that these datasets are very large. The approximate sizes are:
* Train: 512 files of 300MB each. * Train: 512 files of 300MB each.
* Validation: 64 files of 40MB each. * Validation: 64 files of 40MB each.
* Test: 64 file of 50MB each. * Test: 64 files of 50MB each.
* Testdata: some smaller data files of a few MB for testing. * Testdata: some smaller data files of a few MB for testing.
Here is a list of the download paths:
```
https://download.tensorflow.org/data/fsns-20160927/charset_size=134.txt
https://download.tensorflow.org/data/fsns-20160927/test/test-00000-of-00064
...
https://download.tensorflow.org/data/fsns-20160927/test/test-00063-of-00064
https://download.tensorflow.org/data/fsns-20160927/testdata/arial-32-00000-of-00001
https://download.tensorflow.org/data/fsns-20160927/testdata/fsns-00000-of-00001
https://download.tensorflow.org/data/fsns-20160927/testdata/mnist-sample-00000-of-00001
https://download.tensorflow.org/data/fsns-20160927/testdata/numbers-16-00000-of-00001
https://download.tensorflow.org/data/fsns-20160927/train/train-00000-of-00512
...
https://download.tensorflow.org/data/fsns-20160927/train/train-00511-of-00512
https://download.tensorflow.org/data/fsns-20160927/validation/validation-00000-of-00064
...
https://download.tensorflow.org/data/fsns-20160927/validation/validation-00063-of-00064
```
The above files need to be downloaded individually, as they are large and
downloads are more likely to succeed with the individual files than with a
single archive containing them all.
## Confidence Tests ## Confidence Tests
The datasets download includes a directory `testdata` that contains some small The datasets download includes a directory `testdata` that contains some small
......
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