2020-06-16 16:30:46 +08:00

11 lines
288 B
Python

from ..registry import DATASOURCES
from .image_list import ImageList
@DATASOURCES.register_module
class ImageNet(ImageList):
def __init__(self, root, list_file, memcached, mclient_path):
super(ImageNet, self).__init__(
root, list_file, memcached, mclient_path)