Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
LSH9832 authored Dec 13, 2022
1 parent 16f379c commit 9a7ca30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgeyolo/data/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# from .coco_classes import COCO_CLASSES
from .datasets_wrapper import ConcatDataset, Dataset, MixConcatDataset
from .mosaicdetection_ori import MosaicDetection
from .enhanced_mosaicdetection import MosaicDetection as EnhancedMosaicDetection
# from .enhanced_mosaicdetection import MosaicDetection as EnhancedMosaicDetection
from .mask_dataloader import *
from .mask_coding import *
# from .voc import VOCDetection

0 comments on commit 9a7ca30

Please sign in to comment.