DeLF-pytorch icon indicating copy to clipboard operation
DeLF-pytorch copied to clipboard

Train Data Format

Open anmol4210 opened this issue 4 years ago • 3 comments

Hi, I'm trying to train DeLF on my custom dataset but I'm not able to understand how to arrange the data set. Where should i place my data and in what format should it be. Could anyone please help me. Any help would be great.

anmol4210 avatar Mar 23 '20 07:03 anmol4210

i want to know too

daijing5763 avatar May 05 '20 02:05 daijing5763

I have same problem

QinZiwen avatar Nov 09 '20 09:11 QinZiwen

DeLF use ImageFolder to load data. https://pytorch.org/docs/stable/torchvision/datasets.html?highlight=imagefolder#torchvision.datasets.ImageFolder

QinZiwen avatar Nov 12 '20 07:11 QinZiwen