Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Video_tvm
Commits
fff72532
Commit
fff72532
authored
Jul 20, 2023
by
lijian6
Browse files
Modify README.md and model.properties
Signed-off-by:
lijian
<
lijian6@sugon.com
>
parent
9467a6d8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
README.md
README.md
+5
-5
model.properties
model.properties
+1
-1
No files found.
README.md
View file @
fff72532
# Video_TVM
# Video_TVM
## 目录
## 目录
-
[
目录结构
](
#目录结构
)
-
[
文件列表
](
#文件列表
)
-
[
项目介绍
](
#项目介绍
)
-
[
项目介绍
](
#项目介绍
)
-
[
环境配置
](
#环境配置
)
-
[
环境配置
](
#环境配置
)
-
[
编译运行
](
#编译运行
)
-
[
编译运行
](
#编译运行
)
-
[
参考文档
](
#参考文档
)
-
[
模型介绍
](
#模型介绍
)
-
[
历史版本
](
#历史版本
)
-
[
源码仓库
](
#源码仓库
)
##
目录结构
##
文件列表
```
```
├── Doc
├── Doc
├── include
├── include
...
@@ -44,7 +44,7 @@ git clone https://developer.hpccube.com/codes/modelzoo/video_tvm.git
...
@@ -44,7 +44,7 @@ git clone https://developer.hpccube.com/codes/modelzoo/video_tvm.git
cd video_tvm
cd video_tvm
./run_example.sh
./run_example.sh
```
```
根据提示选择要运行的示例程序
,运行解码卡示例需要提前安装并初始化解码卡
。比如执行:
根据提示选择要运行的示例程序。比如执行:
```
```
./run_example.sh 1
./run_example.sh 1
```
```
...
...
model.properties
View file @
fff72532
# 模型名称
# 模型名称
modelName
=
Video_TVM
modelName
=
Video_TVM
# 模型描述
# 模型描述
modelDescription
=
Video
MIGraphX
是用于视频类的推理,使用ffmpeg解码,范例包含yolov3-tiny、yolov5s、yolov7-tiny模型
modelDescription
=
Video
TVM
是用于视频类的推理,使用ffmpeg解码,范例包含yolov3-tiny、yolov5s、yolov7-tiny模型
# 应用场景(多个标签以英文逗号分割)
# 应用场景(多个标签以英文逗号分割)
appScenario
=
推理,inference,TVM,目标检测,视频解码,video
appScenario
=
推理,inference,TVM,目标检测,视频解码,video
# 框架类型(多个标签以英文逗号分割)
# 框架类型(多个标签以英文逗号分割)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment