Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
SSD_pytorch
Commits
34cd62ff
Commit
34cd62ff
authored
Nov 05, 2024
by
xinghao
Browse files
Update README.md
parent
200f20e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
24 deletions
+1
-24
README.md
README.md
+1
-24
No files found.
README.md
View file @
34cd62ff
...
@@ -28,7 +28,7 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
...
@@ -28,7 +28,7 @@ pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
数据集下载地址:
数据集下载地址:
[
SCNet
](
http://113.200.138.88:18080/aidatasets/voc0712/-/tree/Maintainers?ref_type=heads
)
[
SCNet
](
http://113.200.138.88:18080/aidatasets/voc0712/-/tree/Maintainers?ref_type=heads
)
对于VOC0712数据集,
将
文件
夹
结构
设置为如下
:
对于VOC0712数据集,文件结构
如下(进入VOCdevkit0712/voc2007_2012/VOCdevkit即可)
:
```
```
VOC_ROOT
VOC_ROOT
|__ VOC2007
|__ VOC2007
...
@@ -44,29 +44,6 @@ VOC_ROOT
...
@@ -44,29 +44,6 @@ VOC_ROOT
在当前项目中,在`SSD/ssd/config/path_catlog.py`中第5行`DATA_DIR = '{数据集所在文件夹}/VOCdevkit0712/voc2007_2012/VOCdevkit'`修改数据集地址。
在当前项目中,在`SSD/ssd/config/path_catlog.py`中第5行`DATA_DIR = '{数据集所在文件夹}/VOCdevkit0712/voc2007_2012/VOCdevkit'`修改数据集地址。
#### COCO
对于COCO数据集,将文件夹结构设置为如下:
```
COCO_ROOT
|__ annotations
|_ instances_valminusminival2014.json
|_ instances_minival2014.json
|_ instances_train2014.json
|_ instances_val2014.json
|_ ...
|__ train2014
|_
<im-1-name>
.jpg
|_ ...
|_
<im-N-name>
.jpg
|__ val2014
|_
<im-1-name>
.jpg
|_ ...
|_
<im-N-name>
.jpg
|__ ...
```
在当前项目中,`COCO_ROOT`默认为`datas`文件夹,可以直接将数据集放到其中,或者在`SSD/ssd/config/path_catlog.py`中第5行`DATA_DIR = 'datasets'`修改数据集地址。
### 单DCU训练
### 单DCU训练
```
bash
```
bash
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment