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
ultralytics-YOLOv8_pytorch
Commits
b273d601
Commit
b273d601
authored
Jun 03, 2024
by
dengjb
Browse files
update readme
parent
dc76bf95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
b273d601
...
...
@@ -82,8 +82,6 @@ COCO2017(在网络良好的情况下,如果没有下载数据集,程序会
cd
/your_code_path/yolov8_pytorch
cd
datasets/
unzip coco128.zip
# 修改官方默认的dataset数据集地址 datasets_dir: /home/yolov8_pytorch/
vim /root/.config/Ultralytics/settings.yaml
```
## 训练
-
数据集放置位置默认为当前目录下 datasets/
...
...
@@ -94,6 +92,8 @@ vim /root/.config/Ultralytics/settings.yaml
cd
/your_code_path/yolov8_pytorch
chmod
-R
7777 train_multi.sh
bash ./train_multi.sh
# 若遇到dataset路径找不到的报错,修改官方默认的dataset数据集地址 datasets_dir: /home/yolov8_pytorch/
vim /root/.config/Ultralytics/settings.yaml
```
### 单机单卡
```
bash
...
...
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