Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xieenze committed Nov 12, 2019
1 parent b5c25ed commit 90c4798
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mmdet/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

#xez
from .coco_seg import Coco_Seg_Dataset
from .coco_seg_fast import Coco_SegFast_Dataset


__all__ = [
'CustomDataset', 'XMLDataset', 'CocoDataset', 'VOCDataset',
'CityscapesDataset', 'GroupSampler', 'DistributedGroupSampler',
'build_dataloader', 'to_tensor', 'random_scale', 'show_ann',
'ConcatDataset', 'RepeatDataset', 'ExtraAugmentation', 'WIDERFaceDataset',
'DATASETS', 'build_dataset', 'Coco_Seg_Dataset','Coco_SegFast_Dataset'
'DATASETS', 'build_dataset', 'Coco_Seg_Dataset'
]

0 comments on commit 90c4798

Please sign in to comment.