philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
224 Bytes
from .grabcut import GrabCutDataset
class BerkeleyDataset(GrabCutDataset):
def __init__(self, dataset_path, **kwargs):
super().__init__(dataset_path, images_dir_name='images', masks_dir_name='masks', **kwargs)