meetps / pytorch-semseg

Semantic Segmentation Architectures Implemented in PyTorch
https://meetshah.dev/semantic-segmentation/deep-learning/pytorch/visdom/2017/06/01/semantic-segmentation-over-the-years.html
MIT License
3.39k stars 797 forks source link

pydensecrf install error #182

Closed andy81701 closed 5 years ago

andy81701 commented 5 years ago

When I'm installing pydensecrf, I always got error. ( cant build VC++, rc.exe ) Some solution says: Use Python 3.5.5, it will let you install pydensecrf. -> It's not working. Use conda to install. -> I don't like conda, so I didn't do this. I found the solution it work! Do the instruction below: step 1: Update VC++BuildTools to last version. I don't know exactly version we need. Some say 2014, 2015 or other, so I installed 2018. step 2: Do the instruction in this link: https://stackoverflow.com/questions/43858836/python-installing-clarifai-vs14-0-link-exe-failed-with-exit-status-1158

And it install succeed!