HuiZhang0812 / DiffusionAD

148 stars 16 forks source link

Hello, what can be input to self.textural_foreground_path #38

Closed caihaocong closed 7 months ago

caihaocong commented 7 months ago

Hello,I read the codes. and I want to train only the mvtec dataset,but I don't know what can be input to the path of "foreground_path +'/thresh'", is the ground_truth pictures?

"self.textural_foreground_path = sorted(glob.glob(foreground_path +"/thresh/*.png"))"

Thank you!

HuiZhang0812 commented 7 months ago

Hello, Images of these foregrounds can be downloaded from Google Drive and then puts them in the corresponding path following the data tree.

caihaocong commented 7 months ago

Thank you!