Commit 6a4c2855 authored by chenzk's avatar chenzk
Browse files

Update sf.md

parent e6cee6ec
...@@ -36,7 +36,7 @@ Revisting query filtering in Focus DETR。Focus DETR引入了一个额外的分 ...@@ -36,7 +36,7 @@ Revisting query filtering in Focus DETR。Focus DETR引入了一个额外的分
## 环境配置 ## 环境配置
### Docker(方法一) ### Docker(方法一)
此处提供[光源](https://www.sourcefind.cn/#/service-details)拉取docker镜像的地址与使用步骤,以及[光合](https://developer.hpccube.com/tool/)开发者社区深度学习库下载地址 此处提供[光源](https://www.sourcefind.cn/#/service-details)拉取docker镜像的地址与使用步骤,以及[光合](https://developer.sourcefind.cn/tool/)开发者社区深度学习库下载地址
``` ```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10 docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
docker run -it --shm-size=128G -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name salience_detr_pytorch <your IMAGE ID> bash # <your IMAGE ID>为以上拉取的docker的镜像ID替换 docker run -it --shm-size=128G -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name salience_detr_pytorch <your IMAGE ID> bash # <your IMAGE ID>为以上拉取的docker的镜像ID替换
...@@ -56,7 +56,7 @@ pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --tr ...@@ -56,7 +56,7 @@ pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/ --tr
### Anaconda(方法三) ### Anaconda(方法三)
此处提供本地配置、编译的详细步骤,例如: 此处提供本地配置、编译的详细步骤,例如:
关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.hpccube.com/tool/)开发者社区下载安装。 关于本项目DCU显卡所需的特殊深度学习库可从[光合](https://developer.sourcefind.cn/tool/)开发者社区下载安装。
``` ```
DTK驱动:dtk24.04.1 DTK驱动:dtk24.04.1
python:python3.10 python:python3.10
...@@ -179,7 +179,7 @@ inference可视化结果如下: ...@@ -179,7 +179,7 @@ inference可视化结果如下:
### 热点应用行业 ### 热点应用行业
`科研,制造,医疗,家居,教育` `科研,制造,医疗,家居,教育`
## 源码仓库及问题反馈 ## 源码仓库及问题反馈
- https://developer.hpccube.com/codes/modelzoo/salience_detr_pytorch - https://developer.sourcefind.cn/codes/modelzoo/salience_detr_pytorch
## 参考资料 ## 参考资料
- https://github.com/xiuqhou/Salience-DETR - https://github.com/xiuqhou/Salience-DETR
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment