zijundeng / pytorch-semantic-segmentation

PyTorch for Semantic Segmentation
MIT License
1.72k stars 393 forks source link

No module named 'utils' #36

Open primasanjaya opened 6 years ago

primasanjaya commented 6 years ago

how to run voc-fcn? i got this error

'No module named 'utils''

0point618 commented 6 years ago

anyone solved it?

0point618 commented 6 years ago

add: import sys sys.path.append('/your root/pytorch-semantic-segmentation-master/')

gasparramoa commented 5 years ago

Just put the code train.py in the directory pytorch-semantic-segmentation