sh1r0 / caffe-android-lib

Porting caffe to android platform
Other
510 stars 204 forks source link

How to make pycaffe and build _caffe module #117

Closed DevilGragon closed 6 years ago

DevilGragon commented 7 years ago
I want to deploy caffemodel by python. But after i modified build_caffe.sh with "-DBUILD_python=ON \", it reported an error "The dependency target "pycaffe" of target "pytest" does not exist." 
I tried to delete pytest option and configuring failed.
Could anyone help me?
sh1r0 commented 6 years ago

Hi @DevilGragon, currently, there is no plan to support pycaffe, as that'll need to get libpython on compilation time and handle some issues for runtime which makes things more complicated.