Skip to content

Commit 6367c91

Browse files
committed
update 121_125(DNN) and model file
1 parent c631bdd commit 6367c91

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,6 @@ code_119 | [Grabcut-Background Change](python/code_119) | ✏️
161161
code_120 | [Qrcode detect and decode](python/code_120) | ✏️
162162
code_121 | [DNN- Read the information of each layer of the model](python/code_121) | ✔️
163163
code_122 | [DNN- Realize image classification](python/code_122) | ✔️
164-
code_120 | [DNN- Model runs to set the target device and compute the background](python/code_123) | ✔️
165-
code_120 | [DNN- SSD Single Image Detection](python/code_124) | ✔️
166-
code_120 | [DNN- SSD Real-time Video Detection](python/code_125) | ✔️
164+
code_123 | [DNN- Model runs to set the target device and compute the background](python/code_123) | ✔️
165+
code_124 | [DNN- SSD Single Image Detection](python/code_124) | ✔️
166+
code_125 | [DNN- SSD Real-time Video Detection](python/code_125) | ✔️

README_CN.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,6 @@ code_119 | [Grabcut-背景替换](python/code_119) | ✏️
160160
code_120 | [二维码检测识别](python/code_120) | ✔️
161161
code_121 | [DNN- 读取模型各层信息](python/code_121) | ✔️
162162
code_122 | [DNN- DNN实现图像分类](python/code_122) | ✔️
163-
code_120 | [DNN- 模型运行设置目标设备与计算后台](python/code_123) | ✔️
164-
code_120 | [DNN- SSD单张图片检测](python/code_124) | ✔️
165-
code_120 | [DNN- SSD实时视频检测](python/code_125) | ✔️
163+
code_123 | [DNN- 模型运行设置目标设备与计算后台](python/code_123) | ✔️
164+
code_124 | [DNN- SSD单张图片检测](python/code_124) | ✔️
165+
code_125 | [DNN- SSD实时视频检测](python/code_125) | ✔️

python/code_122/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ show_img = np.hstack((image, result))
8080
```
8181
>输出豚鼠的预测结果
8282
83-
![result]('./result.jpg')
83+
<img src="./result.jpg">

python/code_124/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ for detection in Out[0,0,:,:]:
5252
```
5353
>输出
5454
55-
![dog]('./dog.jpg)
56-
![Pedestrian]('./result.png)
55+
<img src="./dog.jpg">
56+
<img src="./result.png">

0 commit comments

Comments
 (0)