Object Detection
English
Chinese
legal
admin commited on
Commit
df0274b
1 Parent(s): 9f98039
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -18,29 +18,29 @@ tags:
18
  This is a model for recognizing multi-digit house numbers, employing a deep convolutional neural network based on the PyTorch framework, designed to identify multi-digit house numbers from street view images with high efficiency and accuracy. The training data for the model comes from the Google Street View House Numbers dataset (SVHN), which includes a series of Arabic numerals from 0 to 9 in each image. The model has achieved significant results in precision, with an accuracy rate of 89% after rigorous testing. The deep convolutional neural network structure allows the model to effectively capture the characteristics of the numbers in the house number images, thus enabling accurate recognition of multi-digit house numbers. It offers dependable technical support for street view applications in the realm of digital recognition.
19
 
20
  ## 在线体验 Demo
21
- <https://www.modelscope.cn/studios/MuGeminorum/svhn>
22
 
23
  ## 维护 Maintenance
24
  ```bash
25
- git clone git@hf.co:MuGeminorum/svhn
26
  cd svhn
27
  ```
28
 
29
  ## 使用 Usage
30
  ```python
31
  from modelscope import snapshot_download
32
- model_dir = snapshot_download("MuGeminorum/svhn")
33
  ```
34
 
35
  ## 数据集 Dataset
36
- <https://www.modelscope.cn/datasets/MuGeminorum/svhn>
37
 
38
  ## 训练曲线 Training curve
39
- ![](https://www.modelscope.cn/models/MuGeminorum/svhn/resolve/master/loss.jpg)
40
 
41
  ## 镜像 Mirror
42
- <https://www.modelscope.cn/models/MuGeminorum/svhn>
43
 
44
  ## 参考引用 Reference
45
- [1] <https://github.com/MuGeminorum/SVHN-Recognition><br>
46
  [2] [Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks](http://arxiv.org/pdf/1312.6082.pdf)
 
18
  This is a model for recognizing multi-digit house numbers, employing a deep convolutional neural network based on the PyTorch framework, designed to identify multi-digit house numbers from street view images with high efficiency and accuracy. The training data for the model comes from the Google Street View House Numbers dataset (SVHN), which includes a series of Arabic numerals from 0 to 9 in each image. The model has achieved significant results in precision, with an accuracy rate of 89% after rigorous testing. The deep convolutional neural network structure allows the model to effectively capture the characteristics of the numbers in the house number images, thus enabling accurate recognition of multi-digit house numbers. It offers dependable technical support for street view applications in the realm of digital recognition.
19
 
20
  ## 在线体验 Demo
21
+ <https://www.modelscope.cn/studios/MuGemSt/svhn>
22
 
23
  ## 维护 Maintenance
24
  ```bash
25
+ git clone git@hf.co:MuGemSt/svhn
26
  cd svhn
27
  ```
28
 
29
  ## 使用 Usage
30
  ```python
31
  from modelscope import snapshot_download
32
+ model_dir = snapshot_download("MuGemSt/svhn")
33
  ```
34
 
35
  ## 数据集 Dataset
36
+ <https://www.modelscope.cn/datasets/MuGemSt/svhn>
37
 
38
  ## 训练曲线 Training curve
39
+ ![](https://www.modelscope.cn/models/MuGemSt/svhn/resolve/master/loss.jpg)
40
 
41
  ## 镜像 Mirror
42
+ <https://www.modelscope.cn/models/MuGemSt/svhn>
43
 
44
  ## 参考引用 Reference
45
+ [1] <https://github.com/MuGemSt/SVHN-Recognition><br>
46
  [2] [Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks](http://arxiv.org/pdf/1312.6082.pdf)