Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chhluo committed Mar 10, 2022
1 parent 7a4a8d5 commit f08ebfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmdet/datasets/coco_panoptic.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class CocoPanopticDataset(CocoDataset):
boxes of the dataset's classes will be filtered out. This option
only works when `test_mode=False`, i.e., we never filter images
during tests. Defaults to True.
file_client_args (obj:`mmcv.ConfigDict` | dict): file client args.
file_client_args (:obj:`mmcv.ConfigDict` | dict): file client args.
Defaults to dict(backend='disk').
"""
CLASSES = [
Expand Down

0 comments on commit f08ebfb

Please sign in to comment.