Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Apr 24, 2022
1 parent 502942e commit 0fe8eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mmflow/datasets/base_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ class BaseDataset(Dataset, metaclass=ABCMeta):
data_root (str): Directory for dataset.
pipeline (Sequence[dict]): Processing pipeline.
ann_file: Annotation file path. Defaults to None.
file_client_args (dict): Arguments to instantiate a FileClient.
See :class:`mmcv.fileio.FileClient` for details.
Defaults to ``dict(backend='disk')``.
test_mode (bool): Whether the dataset works for model testing or
training.
"""
Expand Down

0 comments on commit 0fe8eac

Please sign in to comment.