wangqiang9 / DiffSketching

About PyTorch implementation of DiffSketching: Sketch Control Image Synthesis with Diffusion Models, BMVC 2022
MIT License
28 stars 2 forks source link

question in data/data_loader.py #2

Open yptang5488 opened 1 year ago

yptang5488 commented 1 year ago

Hi, In function CreateDataLoader in data/data_loader.py, there is an import like this: from data.custom_dataset_data_loader import CustomDatasetDataLoader But there is only one file (data_loader.py) in folder data, and I could not find _custom_dataset_dataloader in it. I would like to check with you that whether you forget to upload the code of it? Thanks!