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

Commit

Permalink
add the
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu2172 committed Oct 5, 2017
1 parent 9daf105 commit ca519f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions chainercv/datasets/cub/cub_keypoint_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ class CUBKeypointDataset(CUBDatasetBase):
:obj:`auto`, this class will automatically download data for you
under :obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/cub`.
return_bb (bool): If :obj:`True`, this returns a bounding box
around a bird. Default value is :obj:`False`.
around a bird. The default value is :obj:`False`.
mask_dir (string): Path to the root of the mask data. If this is
:obj:`auto`, this class will automatically download data for you
under :obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/cub`.
return_mask (bool): Decide whether to include mask image of the bird
in a tuple served for a query. Default value is :obj:`False`.
in a tuple served for a query. The default value is :obj:`False`.
"""

Expand Down
2 changes: 1 addition & 1 deletion chainercv/datasets/cub/cub_label_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class CUBLabelDataset(CUBDatasetBase):
:obj:`auto`, this class will automatically download data for you
under :obj:`$CHAINER_DATASET_ROOT/pfnet/chainercv/cub`.
return_bb (bool): If :obj:`True`, this returns a bounding box
around a bird. Default value is :obj:`False`.
around a bird. The default value is :obj:`False`.
"""

Expand Down

0 comments on commit ca519f5

Please sign in to comment.