miao0913 / SaCNN-CrowdCounting-Tencent_Youtu

Crowd Counting Via Scale-adaptive Convolutional Neural Network
107 stars 41 forks source link

Wrongs when camke the lmdb2txt #1

Closed guoswang closed 6 years ago

guoswang commented 6 years ago
/usr/local/bin/protoc datum.proto --cpp_out=.
make: *** No rule to make target 'lmdb2txt_data.cpp', needed by 'all'.  Stop.
make: *** Waiting for unfinished jobs....
make: /usr/local/bin/protoc: Command not found
Makefile:11: recipe for target 'datum.pb.cc' failed
make: *** [datum.pb.cc] Error 127

I cannot find the 'lmdb2txt_data.cpp' ? Did you forget to upload the file? Or maybe I make it wrong.

miao0913 commented 6 years ago

Hi

I have changed lmdb2txt to an easier manner, you can simply now put the lmdb2txt.cpp under /caffe/tools and recompile the whole caffe, it would be working. You can use it from /build/tools/lmdb2txt then.

Cheers MJ

2018-01-31 6:36 GMT+01:00 guoswang notifications@github.com:

/usr/local/bin/protoc datum.proto --cpp_out=. make: No rule to make target 'lmdb2txt_data.cpp', needed by 'all'. Stop. make: Waiting for unfinished jobs.... make: /usr/local/bin/protoc: Command not found Makefile:11: recipe for target 'datum.pb.cc' failed make: *** [datum.pb.cc] Error 127

I cannot find the 'lmdb2txt_data.cpp' ? Did you forget to upload the file? Or maybe I make it wrong.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/miao0913/SaCNN-CrowdCounting-Tencent_Youtu/issues/1, or mute the thread https://github.com/notifications/unsubscribe-auth/APmD0T4e4UKSCt4t36okW9STkqtC4BHaks5tP_vTgaJpZM4RzcqQ .

-- Dr. Miaojing Shi Research Scientist LINKMEDIA - Inria Rennes Email: miaojing.shi@inria.fr CC: miao0913@gmail.com

Web: https://sites.google.com/site/miaojingshi/

guoswang commented 6 years ago

Hi

Thanks for your help, I will try it.