Fix a spelling mistake
This commit is contained in:
parent
f20f6d2d27
commit
b3a451da26
|
@ -20,9 +20,9 @@ import cv2
|
|||
from .imaug import transform, create_operators
|
||||
|
||||
|
||||
class LMDBDateSet(Dataset):
|
||||
class LMDBDataSet(Dataset):
|
||||
def __init__(self, config, mode, logger, seed=None):
|
||||
super(LMDBDateSet, self).__init__()
|
||||
super(LMDBDataSet, self).__init__()
|
||||
|
||||
global_config = config['Global']
|
||||
dataset_config = config[mode]['dataset']
|
||||
|
|
Loading…
Reference in New Issue