!5497 modify yolov3-resnet18 README

Merge pull request !5497 from chengxb7532/master
This commit is contained in:
mindspore-ci-bot 2020-08-29 19:07:42 +08:00 committed by Gitee
commit 22248ea069
1 changed files with 6 additions and 6 deletions

View File

@ -47,12 +47,12 @@ Dataset used: [COCO2017](<http://images.cocodataset.org/>)
- Dataset
1. The directory structure is as follows:
> ```
> .
> ├── annotations # annotation jsons
> ├── train2017 # train dataset
> └── val2017 # infer dataset
> ```
```
.
├── annotations # annotation jsons
├── train2017 # train dataset
└── val2017 # infer dataset
```
2. Organize the dataset infomation into a TXT file, each row in the file is as follows: