mmsegmentation
mmsegmentation copied to clipboard
Module not found
I have put mmseg directory on to the custom path
!python Kaggle-UWMGIT/tools/train.py ./config.py --gpu-ids 0
But i get an error saying mmseg not found
!python Kaggle-UWMGIT/tools/train.py ./config.py --gpu-ids 0
!python Kaggle-UWMGIT/tools/train.py ./config.py --gpu-ids 0
Traceback (most recent call last):
File "Kaggle-UWMGIT/tools/train.py", line 15, in
Try using export PYTHONPATH="$(pwd)"
what should be {pwd} here. which path would it be as per dir structure. mmseg is right inside uwmgit
Are you using the linux system? Please try to perform this operation in the same level directory as mmseg. It will import the current path into the python path.
Hi @jaideep11061982, Try installing MMSegmentation refer to our documentation.
Closing the issue, as there is no activity for a while. We hope your issue has been resolved. If not, please feel free to open a new one.