Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaohangguo committed Jan 7, 2024
1 parent fdeef5b commit 90b73da
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

## YOLO

```
YOLO/
├── images/
│ ├── train/
Expand All @@ -22,9 +23,9 @@ YOLO/
│ └── *.txt # 验证集标签
└── test/
└── *.txt # 测试集标签

```
## COCO JSON

```
COCO_JSON/
├── 2017train/
│ └── *.jpg # 2017年训练集图片
Expand All @@ -36,7 +37,7 @@ COCO_JSON/
├── instances_train.json # 训练集标注
├── instances_val.json # 验证集标注
└── instances_test.json # 测试集标注

```
# 使用方法

## YOLO2JSON
Expand Down

0 comments on commit 90b73da

Please sign in to comment.