We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd3865 commit 43ce2abCopy full SHA for 43ce2ab
.gitignore
@@ -114,6 +114,7 @@ ssd300_120000/
114
demos/live
115
webdemo.py
116
test_data_aug.py
117
+checkpoints/
118
119
# attributes
120
@@ -125,4 +126,4 @@ data/datasets/
125
126
data/ssd_dataloader.py
127
128
# pylint
-.pylintrc
129
+.pylintrc
README.md
@@ -45,7 +45,7 @@ Microsoft COCO: Common Objects in Context
45
##### Download COCO 2014
46
```Shell
47
# specify a directory for dataset to be downloaded into, else default is ~/data/
48
-sh data/scripts/COCO2014.sh
+sh data/scripts/COCO2014.sh # <directory>
49
```
50
51
### VOC Dataset
0 commit comments