Skip to content

Commit 849b0b3

Browse files
IanTaylervierja
authored andcommitted
Update datasets docs.
1 parent 7a9658f commit 849b0b3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/DATASETS.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,19 @@ For this purpose, Luminoth provides the `lumi dataset transform` command, which
1111
- [Pascal VOC2012](http://host.robots.ox.ac.uk:8080/pascal/VOC/voc2012/index.html)
1212

1313
```
14-
$ lumi dataset transform --type pascal --data-dir ~/dataset/pascal/ --output-dir ~/dataset/pascal/tf/
14+
$ lumi dataset transform --type pascal --data-dir ~/dataset/pascal/ --output-dir ~/dataset/pascal/tf/ --split train --split val
1515
```
1616

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

1919
```
20-
$ lumi dataset transform --type imagenet --data-dir ~/dataset/imagenet/ --output-dir ~/dataset/imagenet/tf/
20+
$ lumi dataset transform --type imagenet --data-dir ~/dataset/imagenet/ --output-dir ~/dataset/imagenet/tf/ --split train --split val
21+
```
22+
23+
- [COCO](http://cocodataset.org/#download)
24+
25+
```
26+
$ lumi dataset transform --type coco --data-dir ~/dataset/coco/ --output-dir ~/dataset/coco/tf --split train --split val
2127
```
2228

2329
## Limiting the dataset

0 commit comments

Comments
 (0)