admin commited on
Commit
9cc5c94
1 Parent(s): 564b84a
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -17,7 +17,7 @@ The Street View House Numbers (SVHN) dataset is a real-world image dataset devel
17
 
18
  ## Maintenance
19
  ```bash
20
- git clone [email protected]:datasets/MuGeminorum/svhn
21
  cd svhn
22
  ```
23
 
@@ -41,7 +41,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/MuGeminorum/svhn/resolve/master/data.zip',
45
  'data.zip'
46
  )
47
 
@@ -50,8 +50,8 @@ if not os.path.exists('./data'):
50
  ```
51
 
52
  ## Mirror
53
- <https://www.modelscope.cn/datasets/MuGeminorum/svhn>
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/MuGeminorum/SVHN-Recognition>
 
17
 
18
  ## Maintenance
19
  ```bash
20
+ git clone [email protected]:datasets/MuGemSt/svhn
21
  cd svhn
22
  ```
23
 
 
41
 
42
  if not os.path.exists('./data.zip'):
43
  download_file(
44
+ 'https://www.modelscope.cn/datasets/MuGemSt/svhn/resolve/master/data.zip',
45
  'data.zip'
46
  )
47
 
 
50
  ```
51
 
52
  ## Mirror
53
+ <https://www.modelscope.cn/datasets/MuGemSt/svhn>
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/MuGemSt/SVHN-Recognition>