Skip to content

Commit fe8f612

Browse files
committed
Update README_EN
1 parent fb9768e commit fe8f612

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/README_en.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ English | [简体中文](../README.md)
99
<a href=". /LICENSE"><img src="https://img.shields.io/badge/License-Apache%202-dfd.svg"></a>
1010
</p>
1111

12-
#### YOLOV5格式数据 → COCO
12+
#### YOLOV5 format data → COCO
1313
- Some background images can be added to the training by directly placing them into the `backgroud_images` directory.
1414
- The conversion program will automatically scan this directory and add it to the training set, allowing seamless integration with subsequent [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) training.
1515
- YOLOV5 training format directory structure (see `dataset/YOLOV5` for details).
@@ -36,8 +36,7 @@ English | [简体中文](../README.md)
3636
- `--mode_list`: specify the generated json, provided that there is a corresponding txt file, which can be specified separately. (e.g. `-train,val,test`)
3737

3838
- The structure of the converted directory (see `dataset/YOLOV5_COCO_format` for details)
39-
``text
40-
YOLOV5_COCO_format
39+
```text
4140
YOLOV5_COCO_format
4241
├── annotations
4342
│ ├── instances_train2017.json

0 commit comments

Comments
 (0)