Yangyi-Chen / vi-struct

Source code for EMNLP 2023 paper "ViStruct: Visual Structural Knowledge Extraction via Curriculum Guided Code-Vision Representation"
Apache License 2.0
8 stars 0 forks source link

ImportError #1

Open Jhin3433 opened 9 months ago

Jhin3433 commented 9 months ago

Hi, I want to reproduce the code of this repo. But I encounter the following error: ImportError: cannot import name 'ClassifyImageNetDataModule' from 'src.data.Curriculum1ConceptDataModule' (/sdc/wwc/init/vi-struct/src/data/Curriculum1ConceptDataModule.py)

Some code is missing: image

Chenwei-1999 commented 1 month ago

Hi, I am also facing the same issue.