raywzy / ICT

High-Fidelity Pluralistic Image Completion with Transformers (ICCV 2021)
312 stars 43 forks source link

ImageDataset doesn't exist in datas.dataset (unused anyway) #16

Closed josephrocca closed 3 years ago

josephrocca commented 3 years ago

Otherwise I get this error:

Traceback (most recent call last):
  File "inference.py", line 10, in <module>
    from datas.dataset import ImageDataset
ImportError: cannot import name 'ImageDataset' from 'datas.dataset' (/content/ICT/Transformer/datas/dataset.py)
raywzy commented 3 years ago

Thanks for your contribution :)