Commit 200f20e9 authored by xinghao's avatar xinghao
Browse files

Update README.md

parent 79764534
...@@ -24,9 +24,11 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple ...@@ -24,9 +24,11 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
## 训练 ## 训练
### 数据集设置 ### 数据集设置
#### Pascal VOC #### VOC0712
数据集下载地址:
[SCNet](http://113.200.138.88:18080/aidatasets/voc0712/-/tree/Maintainers?ref_type=heads)
对于Pascal VOC数据集,将文件夹结构设置为如下: 对于VOC0712数据集,将文件夹结构设置为如下:
``` ```
VOC_ROOT VOC_ROOT
|__ VOC2007 |__ VOC2007
...@@ -39,9 +41,8 @@ VOC_ROOT ...@@ -39,9 +41,8 @@ VOC_ROOT
|_ Annotations |_ Annotations
|_ ImageSets |_ ImageSets
|_ SegmentationClass |_ SegmentationClass
|__ ...
``` 在当前项目中,在`SSD/ssd/config/path_catlog.py`中第5行`DATA_DIR = '{数据集所在文件夹}/VOCdevkit0712/voc2007_2012/VOCdevkit'`修改数据集地址。
在当前项目中,`VOC_ROOT`默认为`datas`文件夹,可以直接将数据集放到其中,或者在`SSD/ssd/config/path_catlog.py`中第5行`DATA_DIR = 'datasets'`修改数据集地址。
#### COCO #### COCO
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment