41 lines
976 B
Markdown
Executable File
41 lines
976 B
Markdown
Executable File
#### YOlOV5 SS928 3403 demo完整
|
||
|
||
### 一、编译
|
||
|
||
依赖ss928交叉编译工具,和Cmake
|
||
|
||
```
|
||
./build.sh
|
||
```
|
||
|
||
|
||
### 二、运行程序
|
||
|
||
复制整个output到板端,确保板端ko正常加载
|
||
|
||
```
|
||
cd output
|
||
./rudemo.sh test.jpg
|
||
```
|
||
|
||
|
||
### 三、效果图片如下
|
||
|
||
<img src="doc/test.jpg" alt="alt text" title="测试图片 " style="max-width:300px;max-height:300px;">
|
||
<img src="doc/image.png" alt="alt text" title="效果图" style="max-width:300px;max-height:300px;">
|
||
|
||
### 四、专栏相关
|
||
|
||
哔哩哔哩
|
||
<https://www.bilibili.com/video/BV1bH4y1u7nv/>
|
||
|
||
csdn
|
||
<https://blog.csdn.net/apchy_ll/category_12628981.html?spm=1001.2014.3001.5482>
|
||
|
||
### 五、其它
|
||
创造不易,谢谢大家支持
|
||
<img src="doc/other/aipashhandemumu.png" alt="alt text" title="谢谢大家" style="max-width:100px;max-height:100px;">
|
||
|
||
如果需要项目合作,请添加下面微信
|
||
<img src="doc/other/wx.png" alt="alt text" title="谢谢大家" style="max-width:100px;max-height:100px;">
|