sabarim / STEm-Seg

This repository contains the official implementation of the paper "STEm-Seg: Spatio-temporal Embeddings for Instance Segmentation in Videos"
153 stars 23 forks source link

No module named 'stemseg' #17

Closed yunlongguo2000 closed 3 years ago

yunlongguo2000 commented 3 years ago

When I run "from stemseg.config import cfg", there is an error.

dardirz commented 3 years ago

did you find any answer?

mfang2020 commented 3 years ago

I think this might be an environment variable issue. Exporting the right path would solve it.

sabarim commented 3 years ago

If you are using linux, try setting export PYTHONPATH=\<path to the stemseg source folder>:$PYTHONPATH before running the code.