Browse Source

modify yolov3-resnet18 README

tags/v1.0.0
chengxianbin 5 years ago
parent
commit
e2e61be86d
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      model_zoo/official/cv/yolov3_resnet18/README.md

+ 6
- 6
model_zoo/official/cv/yolov3_resnet18/README.md 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:



Loading…
Cancel
Save