VITON-Extends / VITON-Extends_test /data /base_data_loader.py
NguyenDinhHieu's picture
Add files using upload-large-folder tool
c5aef33 verified
class BaseDataLoader():
def __init__(self):
pass
def initialize(self, opt):
self.opt = opt
pass
def load_data():
return None