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
yolov13_pytorch
Commits
a2bd0dd4
Commit
a2bd0dd4
authored
Jul 14, 2025
by
chenzk
Browse files
v1.0.3
parent
83382fe1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
README.md
README.md
+7
-1
No files found.
README.md
View file @
a2bd0dd4
...
...
@@ -17,6 +17,10 @@ YOLOv13将图片数据送入模型后,沿用yolo系列的通用方法,依次
</div>
## 环境配置
```
mv yolov13_pytorch yolov13
```
### 硬件需求
DCU型号:K100AI,节点数量:1 台,卡数:4 张。
...
...
@@ -108,6 +112,7 @@ cp Arial.ttf /root/.config/yolov13/Arial.ttf
### 单机多卡
```
export HIP_VISIBLE_DEVICES=0,1,2,3
cd /home/yolov13
python train.py # 此处以yolov13n为例,其它参数量的模型以此类推。
```
...
...
@@ -117,6 +122,7 @@ python train.py # 此处以yolov13n为例,其它参数量的模型以此类推
### 单机多卡
```
export HIP_VISIBLE_DEVICES=0,1,2,3
cd /home/yolov13
python prediction.py # 此处以yolov13n为例,其它参数量的模型以此类推。
```
...
...
@@ -151,7 +157,7 @@ image 2/2 /home/yolov13/ultralytics/assets/zidane.jpg: 384x640 2 persons, 1 tie
## 预训练权重
`weights/yolov13n.pt`
## 源码仓库及问题反馈
-
http://developer.sourcefind.cn/codes/modelzoo/yolov13.git
-
http://developer.sourcefind.cn/codes/modelzoo/yolov13
_pytorch
.git
## 参考资料
-
https://github.com/iMoonLab/yolov13.git
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