Skip to content

Commit

Permalink
Fix typos in lib/datasets/data/README.md
Browse files Browse the repository at this point in the history
Summary:
Fix typos when creating symlinks for PASCAL VOC.
Closes facebookresearch/Detectron#275

Reviewed By: rbgirshick

Differential Revision: D7274459

Pulled By: ir413

fbshipit-source-id: 8a60516ac199371f67117b29f1ebe3199dabe550
  • Loading branch information
shenyunhang authored and facebook-github-bot committed Mar 15, 2018
1 parent 80f3295 commit a026d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/datasets/data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ Create symlinks for `VOC<year>`:
```
mkdir -p $DETECTRON/lib/datasets/data/VOC<year>
ln -s /path/to/VOC<year>/JPEGImages $DETECTRON/lib/datasets/data/VOC<year>/JPEGImages
ln -s /path/to/VOC<year>/json/annotations $DETECTRON/lib/datasets/data/VOC<year>annotations
ln -s /path/to/VOC<year>/devkit $DETECTRON/lib/datasets/VOC<year>/VOCdevkit<year>
ln -s /path/to/VOC<year>/json/annotations $DETECTRON/lib/datasets/data/VOC<year>/annotations
ln -s /path/to/VOC<year>/devkit $DETECTRON/lib/datasets/data/VOC<year>/VOCdevkit<year>
```

### PASCAL VOC Annotations in COCO Format
Expand Down

0 comments on commit a026d77

Please sign in to comment.