admin
commited on
Commit
·
0424c10
1
Parent(s):
9cc5c94
upd md
Browse files
README.md
CHANGED
@@ -15,12 +15,6 @@ viewer: false
|
|
15 |
# Dataset card for SVHN
|
16 |
The Street View House Numbers (SVHN) dataset is a real-world image dataset developed and designed for machine learning and object recognition algorithms, and is characterized by low data preprocessing and formatting requirements. Similar to MNIST, SVHN contains images of small cropped numbers, but in terms of labeled data, SVHN is an order of magnitude larger than MNIST, comprising over 600,000 digital images. Unlike MNIST, SVHN deals with a much more challenging and unsolved real-world problem - recognizing numbers and strings of numbers in natural scene images. The dataset is derived from house numbers captured in Google Street View images.
|
17 |
|
18 |
-
## Maintenance
|
19 |
-
```bash
|
20 |
-
git clone [email protected]:datasets/MuGemSt/svhn
|
21 |
-
cd svhn
|
22 |
-
```
|
23 |
-
|
24 |
## Usage
|
25 |
```python
|
26 |
import os
|
@@ -41,7 +35,7 @@ def unzip(zip_file_path, extract_to):
|
|
41 |
|
42 |
if not os.path.exists('./data.zip'):
|
43 |
download_file(
|
44 |
-
'https://www.modelscope.cn/datasets/
|
45 |
'data.zip'
|
46 |
)
|
47 |
|
@@ -50,8 +44,8 @@ if not os.path.exists('./data'):
|
|
50 |
```
|
51 |
|
52 |
## Mirror
|
53 |
-
<https://www.modelscope.cn/datasets/
|
54 |
|
55 |
## Reference
|
56 |
[1] <a href="http://ufldl.stanford.edu/housenumbers">The Street View House Numbers (SVHN) Dataset</a><br>
|
57 |
-
[2] <https://github.com/
|
|
|
15 |
# Dataset card for SVHN
|
16 |
The Street View House Numbers (SVHN) dataset is a real-world image dataset developed and designed for machine learning and object recognition algorithms, and is characterized by low data preprocessing and formatting requirements. Similar to MNIST, SVHN contains images of small cropped numbers, but in terms of labeled data, SVHN is an order of magnitude larger than MNIST, comprising over 600,000 digital images. Unlike MNIST, SVHN deals with a much more challenging and unsolved real-world problem - recognizing numbers and strings of numbers in natural scene images. The dataset is derived from house numbers captured in Google Street View images.
|
17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
## Usage
|
19 |
```python
|
20 |
import os
|
|
|
35 |
|
36 |
if not os.path.exists('./data.zip'):
|
37 |
download_file(
|
38 |
+
'https://www.modelscope.cn/datasets/Genius-Society/svhn/resolve/master/data.zip',
|
39 |
'data.zip'
|
40 |
)
|
41 |
|
|
|
44 |
```
|
45 |
|
46 |
## Mirror
|
47 |
+
<https://www.modelscope.cn/datasets/Genius-Society/svhn>
|
48 |
|
49 |
## Reference
|
50 |
[1] <a href="http://ufldl.stanford.edu/housenumbers">The Street View House Numbers (SVHN) Dataset</a><br>
|
51 |
+
[2] <https://github.com/Genius-Society/SVHN-Recognition>
|