VITON-Extends / VITON-Extends-Train /data /base_data_loader.py
NguyenDinhHieu's picture
Add files using upload-large-folder tool
2bd5c7a verified
raw
history blame contribute delete
207 Bytes
class BaseDataLoader():
def __init__(self):
pass
def initialize(self, opt):
self.opt = opt
pass
def load_data():
return None