update
This commit is contained in:
@@ -17,4 +17,5 @@
|
||||
- AI-ModelScope/GroundingDINO
|
||||
- yolo_master/yolov3
|
||||
- atalaydenknalbant/Yolov13
|
||||
- amd/retinaface
|
||||
- amd/retinaface
|
||||
- CVHub520/yoloe_v8l
|
||||
10
enginex/yoloe_v8l.md
Normal file
10
enginex/yoloe_v8l.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.4.1-ubuntu22.04-dtk25.04-py3.10-fixpy
|
||||
# 为以上拉取的docker的镜像ID替换,本镜像为:6063b673703a
|
||||
docker run -it --shm-size=64G -v $PWD/yoloe:/home/yoloe -v /opt/hyhal:/opt/hyhal:ro --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name ye bash
|
||||
|
||||
cd /home/yoloe
|
||||
pip install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
|
||||
```
|
||||
Reference in New Issue
Block a user