TimoSaemann / ENet

ENet: A Deep Neural Network Architecture for Real-Time Semantic Segmentation
577 stars 276 forks source link

Unable to build pycaffe #58

Open kushagraagrawal opened 6 years ago

kushagraagrawal commented 6 years ago

Hi, I tried compiling caffe-enet using the instructions given in the tutorial. However when I try to do make pycaffe it gives the following error:

make: *** No rule to make target pycaffe'. Stop.

Any reason why? Please help

GeneralJing commented 5 years ago

same question. someone knows?

jayashreek3 commented 5 years ago

same issue, kindly suggest anyone.

ghost commented 4 years ago

use ccmake to check the cmake cache file. Check python version and be sure libboost-python-* is configured.

crazygeek22 commented 3 years ago

Before starting with ENet tutorial, follow the steps given on this website to install Caffe. Then start with ENet Tutorial. It worked for me.