Closed LWShowTime closed 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.
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.
Lots of module in the mmseg have this bug. As in the picture shows, the import mmseg failed. I need to change all the files one by one...