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
ResNet50_onnxruntime
Commits
ad0e1822
Commit
ad0e1822
authored
Oct 12, 2023
by
yangql
Browse files
Update README.md
parent
9ba0f67e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
README.md
README.md
+4
-5
No files found.
README.md
View file @
ad0e1822
...
...
@@ -59,15 +59,14 @@ python Classifier.py
### C++版本推理
采用ONNXRuntime框架使用DCU进行推理,下面介绍如何运行C++代码示例,C++示例的详细说明见Doc目录下的Tutorial_Cpp.md。
####
配置c++环境变量
####
构建工程
```
source /opt/dtk/env.sh
# 安装Opencv依赖
cd <path_to_resnet50_onnxruntime>
sh ./3rdParty/InstallOpenCVDependences.sh
```
#### 构建工程
```
source /opt/dtk/env.sh
rbuild build -d depend
```
#### 设置环境变量
...
...
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