mbickel / DenseInferenceWrapper

A python wrapper for Krähenbühls dense CRF for medical image volumes.
89 stars 37 forks source link

makefile error "boost/python/numeric.hpp" not found #15

Open QuangHa97 opened 5 years ago

QuangHa97 commented 5 years ago

Hello guys, I got a problem when i build the project with boost-python 1.65.1 (Google colaboratory) Same like boost 1.65 removes "boost/python/numeric.hpp" It work fine with boost 1.62 but it mean you have to install boost 1.62 whenever i want to use it (Colaboratory reset OMG) Is there anyway to workaround this problem and make this project working with boost-python 1.65.1? Thank you, Love

tikboaHIT commented 5 years ago

Hello, Have you solved this problem?

soumickmj commented 4 years ago

Because the package have been obsolete. I have updated the codes and instructions in my forked version of this repo. Please go to : https://github.com/soumickmj/DenseInferenceWrapper

dyl0101 commented 4 years ago

Because the package have been obsolete. I have updated the codes and instructions in my forked version of this repo. Please go to : https://github.com/soumickmj/DenseInferenceWrapper

Hello,I got an error when I compiled the document:
fatal error: boost/python/numpy.hpp: No such file or directory How can I solve this problem? Thanks.