Skip to content

Commit 83977a7

Browse files
committed
Merge remote-tracking branch 'gitee/master'
2 parents 842fbf4 + 31e3360 commit 83977a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
* 3,使用pywebio作为web可视化框架,无需前端语言,使用纯python编写。轻量化,易复现,易部署
1111

1212
使用的网络结构
13-
![image](https://github.com/bytesc/Image_Classify_WebGUI_CIFAR10/blob/main/readme_static/readme_img/net.png)
13+
![image](./readme_static/readme_img/net.png)
1414

1515
## 效果截图
16-
![image](https://github.com/bytesc/Image_Classify_WebGUI_CIFAR10/blob/main/readme_static/readme_img/1.png)
17-
![image](https://github.com/bytesc/Image_Classify_WebGUI_CIFAR10/blob/main/readme_static/readme_img/2.png)
18-
![image](https://github.com/bytesc/Image_Classify_WebGUI_CIFAR10/blob/main/readme_static/readme_img/3.png)
16+
![image](./readme_static/readme_img/1.png)
17+
![image](./readme_static/readme_img/2.png)
18+
![image](./readme_static/readme_img/3.png)
1919

2020
## 如何使用
2121
python版本3.9
@@ -27,9 +27,9 @@ modelDemo.py是项目入口,运行此文件即可启动服务器
2727
> python modelDemo.py
2828
2929
复制链接到浏览器打开
30-
![image](https://github.com/bytesc/Image_Classify_WebGUI_CIFAR10/blob/main/readme_static/readme_img/p1.png)
30+
![image](./readme_static/readme_img/p1.png)
3131
点击”Demo“即可进入Web界面
32-
![image](https://github.com/bytesc/Image_Classify_WebGUI_CIFAR10/blob/main/readme_static/readme_img/p2.png)
32+
![image](./readme_static/readme_img/p2.png)
3333

3434
之后,也可以点击“上传文件”,选择example_img文件夹内图片文件上传测试
3535

0 commit comments

Comments
 (0)