Skip to content

Commit

Permalink
Update datasets docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTayler authored and vierja committed Dec 13, 2017
1 parent 7a9658f commit 849b0b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/DATASETS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,19 @@ For this purpose, Luminoth provides the `lumi dataset transform` command, which
- [Pascal VOC2012](http://host.robots.ox.ac.uk:8080/pascal/VOC/voc2012/index.html)

```
$ lumi dataset transform --type pascal --data-dir ~/dataset/pascal/ --output-dir ~/dataset/pascal/tf/
$ lumi dataset transform --type pascal --data-dir ~/dataset/pascal/ --output-dir ~/dataset/pascal/tf/ --split train --split val
```

- [ImageNet](http://image-net.org/download)

```
$ lumi dataset transform --type imagenet --data-dir ~/dataset/imagenet/ --output-dir ~/dataset/imagenet/tf/
$ lumi dataset transform --type imagenet --data-dir ~/dataset/imagenet/ --output-dir ~/dataset/imagenet/tf/ --split train --split val
```

- [COCO](http://cocodataset.org/#download)

```
$ lumi dataset transform --type coco --data-dir ~/dataset/coco/ --output-dir ~/dataset/coco/tf --split train --split val
```

## Limiting the dataset
Expand Down

0 comments on commit 849b0b3

Please sign in to comment.