Skip to content

Commit 43ce2ab

Browse files
committed
Update README and .gitignore
1 parent 8dd3865 commit 43ce2ab

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ ssd300_120000/
114114
demos/live
115115
webdemo.py
116116
test_data_aug.py
117+
checkpoints/
117118

118119
# attributes
119120

@@ -125,4 +126,4 @@ data/datasets/
125126
data/ssd_dataloader.py
126127

127128
# pylint
128-
.pylintrc
129+
.pylintrc

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Microsoft COCO: Common Objects in Context
4545
##### Download COCO 2014
4646
```Shell
4747
# specify a directory for dataset to be downloaded into, else default is ~/data/
48-
sh data/scripts/COCO2014.sh
48+
sh data/scripts/COCO2014.sh # <directory>
4949
```
5050

5151
### VOC Dataset

0 commit comments

Comments
 (0)