mbickel / DenseInferenceWrapper

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

which version of boost can be used #14

Closed qgking closed 6 years ago

qgking commented 6 years ago

env: python2.7 boost-python 1.66 when i run test_CRFProcessor.py, it occurs

did not match C++ signature: set_image(DenseCRF3DProcessor {lvalue}, boost::python::numeric::array, int, int, int, std::string

is it the wrong verison of boost-python???

qgking commented 6 years ago

finaly i use 1.58. it works

anewlearner commented 5 years ago

@qgking I installed boost 1.58 and changed the BOOST_INC in the makefile. But the error was still there. Is anything else is needed?