akolesnikoff / SEC

Seed, Expand, Constrain: Three Principles for Weakly-Supervised Image Segmentation
MIT License
244 stars 69 forks source link

training error #5

Open munirfarzeen opened 7 years ago

munirfarzeen commented 7 years ago

hi, im trying to train the network. im getting the following error. any idea how to fix it?

Couldn't import dot_parser, loading of dot files will not be possible. Traceback (most recent call last): File "/home/mlv/object/SEC/pylayers/pylayers/init.py", line 1, in from .pylayers import File "/home/mlv/object/SEC/pylayers/pylayers/pylayers.py", line 11, in from krahenbuhl2013 import CRF File "/home/mlv/object/SEC/CRF/krahenbuhl2013/init.py", line 1, in from .CRF import File "/home/mlv/object/SEC/CRF/krahenbuhl2013/CRF.py", line 1, in from krahenbuhl2013.wrapper import DenseCRF ImportError: No module named wrapper

Irtza commented 7 years ago

@likui01 From project directory you should pip install CRF/ to build the wrapper

XYZsake commented 5 years ago

Hello, I have the same problem, and it doesn't work after pip install CRF/. Could you tell me how you solve this problem? Thank you.

sreesindhu-sabbineni commented 4 years ago

I have the same issue. Even after pip install CRF/. Can you tell me how to solve this problem?