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

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu2172 committed Jul 4, 2018
1 parent 6e31126 commit cdb009f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chainercv/datasets/imagenet/imagenet_det_bbox_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class ImagenetDetBboxDataset(GetterDataset):
Args:
data_dir (string): Path to the root of the training data. If this is
:obj:`auto`, this class will automatically download data for you
under :obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/imagenet`.
:obj:`auto`, this uses
:obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/imagenet` by default.
split ({'train', 'val'}): Select a split of the
dataset.
return_img_label (bool): If :obj:`True`, this dataset returns
Expand Down

0 comments on commit cdb009f

Please sign in to comment.