NiFangBaAGe / Explicit-Visual-Prompt

[CVPR 2023] Explicit Visual Prompting for Low-Level Structure Segmentations
https://nifangbaage.github.io/Explicit-Visual-Prompt/
BSD 3-Clause "New" or "Revised" License
191 stars 14 forks source link

no module found bug #8

Closed LWShowTime closed 1 year ago

LWShowTime commented 1 year ago

Lots of module in the mmseg have this bug. image As in the picture shows, the import mmseg failed. I need to change all the files one by one...

LWShowTime commented 1 year ago

Or should I pip install mmseg? Since I know there is a mmseg module inside the /models/ of your project and there is no mmseg requirements in your requirement file. So I tend to believe this is the bug of import path.

NiFangBaAGe commented 1 year ago

Thanks for your interest in our work. mmseg is an external package. You can install it via pip install mmsegmentation, and the version of my environment is 0.30.0.