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
f279ce5f
Commit
f279ce5f
authored
Oct 27, 2023
by
yangql
Browse files
Update README.md
parent
92103b2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
README.md
README.md
+0
-6
No files found.
README.md
View file @
f279ce5f
...
...
@@ -47,9 +47,6 @@ docker run --shm-size 16g --network=host --name=resnet50_ort --privileged --devi
# 进入resnet50 onnxruntime工程根目录
cd
<
path_to_resnet50_onnxruntime
>
# 下载模型
sh
.
/
Resource
/
Models
/
download
.
sh
# 安装依赖
pip
install
-
r
.
/
Python
/
requirements
.
txt
```
...
...
@@ -71,9 +68,6 @@ python Classifier.py
```
c++
cd
<
path_to_resnet50_onnxruntime
>
# 下载模型
sh
.
/
Resource
/
Models
/
download
.
sh
# 安装Opencv依赖
sh
.
/
3
rdParty
/
InstallOpenCVDependences
.
sh
...
...
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