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
RT-DETR_pytorch
Commits
0c75b0d2
"src/lib/vscode:/vscode.git/clone" did not exist on "867c179e2da462300d96500492381299b45ab69e"
Commit
0c75b0d2
authored
Nov 29, 2024
by
suily
Browse files
Update README.md
parent
ef851982
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.md
README.md
+4
-0
No files found.
README.md
View file @
0c75b0d2
...
...
@@ -38,6 +38,8 @@ docker run -it --name=RT-DETR --network=host --privileged=true --device=/dev/kfd
cd RT-DETR
# 安装依赖
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
wget https://download.sourcefind.cn:65024/directlink/4/onnxruntime/DAS1.2/onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install -r requirements.txt
```
### Dockerfile(方法二)
...
...
@@ -48,6 +50,8 @@ docker run -it --name=RT-DETR --network=host --privileged=true --device=/dev/kfd
cd RT-DETR
# 安装依赖
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
wget https://download.sourcefind.cn:65024/directlink/4/onnxruntime/DAS1.2/onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install onnxruntime-1.15.0+das.opt1.dtk24042-cp310-cp310-manylinux_2_28_x86_64.whl
pip install -r requirements.txt
```
### Anaconda(方法三)
...
...
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