Skip to content
This repository was archived by the owner on Jul 2, 2021. It is now read-only.

Commit cdb009f

Browse files
committed
fix doc
1 parent 6e31126 commit cdb009f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chainercv/datasets/imagenet/imagenet_det_bbox_dataset.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class ImagenetDetBboxDataset(GetterDataset):
3232
3333
Args:
3434
data_dir (string): Path to the root of the training data. If this is
35-
:obj:`auto`, this class will automatically download data for you
36-
under :obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/imagenet`.
35+
:obj:`auto`, this uses
36+
:obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/imagenet` by default.
3737
split ({'train', 'val'}): Select a split of the
3838
dataset.
3939
return_img_label (bool): If :obj:`True`, this dataset returns

0 commit comments

Comments
 (0)