daijifeng001 / MNC

Instance-aware Semantic Segmentation via Multi-task Network Cascades

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

caffe-mnc folder is empty

sodaGH opened this issue · comments

I have build my Caffe and pycaffe. When I build the caffe-mnc, this folder is empty. Should I copy the Makefile in MNC-master/lib ?
And I wonder whether I make the $MNC_ROOT/lib successfully. When I make the file, the record are as followed:
11111

Could anyone tell me is the make process successful? Thanks a lot!

commented

Make sure to clone the MNC repository with --recursive flag like this:
git clone --recursive https://github.com/daijifeng001/MNC.git