From 20ed53d10751a0548cf7cb928844116a0b66ddfc Mon Sep 17 00:00:00 2001 From: zhousha <736730048@qq.com> Date: Thu, 4 Dec 2025 20:15:56 +0800 Subject: [PATCH] update --- README.md | 3 ++- enginex/yoloe_v8l.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 enginex/yoloe_v8l.md diff --git a/README.md b/README.md index 6a27bd9..e59d395 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,5 @@ - AI-ModelScope/GroundingDINO - yolo_master/yolov3 - atalaydenknalbant/Yolov13 -- amd/retinaface \ No newline at end of file +- amd/retinaface +- CVHub520/yoloe_v8l \ No newline at end of file diff --git a/enginex/yoloe_v8l.md b/enginex/yoloe_v8l.md new file mode 100644 index 0000000..969d768 --- /dev/null +++ b/enginex/yoloe_v8l.md @@ -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 +```