提交 7b5eab5a 编写于 作者: T tink2123

modified reademd

上级 b45a52dc
...@@ -47,7 +47,7 @@ Train the model on [MS-COCO dataset](http://cocodataset.org/#download), download ...@@ -47,7 +47,7 @@ Train the model on [MS-COCO dataset](http://cocodataset.org/#download), download
The data catalog structure is as follows: The data catalog structure is as follows:
``` ```
data/coco/ dataset/coco/
├── annotations ├── annotations
│   ├── instances_train2014.json │   ├── instances_train2014.json
│   ├── instances_train2017.json │   ├── instances_train2017.json
...@@ -101,8 +101,6 @@ Please make sure that pre-trained model is downloaded and loaded correctly, othe ...@@ -101,8 +101,6 @@ Please make sure that pre-trained model is downloaded and loaded correctly, othe
python train.py --help python train.py --help
**data reader introduction:** **data reader introduction:**
* Data reader is defined in `reader.py` . * Data reader is defined in `reader.py` .
......
...@@ -49,7 +49,7 @@ YOLOv3 的网络结构由基础特征提取网络、multi-scale特征融合层 ...@@ -49,7 +49,7 @@ YOLOv3 的网络结构由基础特征提取网络、multi-scale特征融合层
数据目录结构如下: 数据目录结构如下:
``` ```
data/coco/ dataset/coco/
├── annotations ├── annotations
│   ├── instances_train2014.json │   ├── instances_train2014.json
│   ├── instances_train2017.json │   ├── instances_train2017.json
...@@ -102,8 +102,6 @@ data/coco/ ...@@ -102,8 +102,6 @@ data/coco/
python train.py --help python train.py --help
**数据读取器说明:** **数据读取器说明:**
* 数据读取器定义在reader.py中。 * 数据读取器定义在reader.py中。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册