showlab / DatasetDM

[NeurIPS2023] DatasetDM:Synthesizing Data with Perception Annotations Using Diffusion Models
https://weijiawu.github.io/DatasetDM_page/
299 stars 12 forks source link

dataset mode not defined while training #31

Open Liuhm0710 opened 4 months ago

Liuhm0710 commented 4 months ago

while training the dataset, i find out some question that maybe due to some code wrong or miss, the traceback are below.

屏幕截图 2024-05-13 160221

image

image

Sorry for bothering you these time.

weijiawu commented 4 months ago

hi,

These issues appear to be path errors that prevent the corresponding class from being imported, such as the Semantic_VOC in the first case. You can find the corresponding function at https://github.com/showlab/DatasetDM/blob/main/dataset/VOC2012.py.