You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @wywu
I'm really interesting about your method and great result represented in your paper.
I'd like to reproduce your code, but I get errors when make it.
What I have done is "make all -j4" in the Home directory.
What I get is
"src/caffe/alignment_tools/io.cpp: In function ‘void alignment_tools::ReadImageLabelList(const string&, const int&, std::vector<std::__cxx11::basic_string >&, std::vector<std::vector >&)’:
src/caffe/alignment_tools/io.cpp:52:27: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fgets(buf, max_path, fp);
"
and
"Makefile:572: recipe for target '.build_release/lib/libcaffe.so.1.0.0' failed"
Although, it's a negligible problem, I hope you or anyone else can give me some help.
My system is Ubuntu 16.04, with gcc-5.4, cuda-8.0.
thx.
The text was updated successfully, but these errors were encountered:
Hi @wywu
I'm really interesting about your method and great result represented in your paper.
I'd like to reproduce your code, but I get errors when make it.
What I have done is "make all -j4" in the Home directory.
What I get is
"src/caffe/alignment_tools/io.cpp: In function ‘void alignment_tools::ReadImageLabelList(const string&, const int&, std::vector<std::__cxx11::basic_string >&, std::vector<std::vector >&)’:
src/caffe/alignment_tools/io.cpp:52:27: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fgets(buf, max_path, fp);
"
and
"Makefile:572: recipe for target '.build_release/lib/libcaffe.so.1.0.0' failed"
Although, it's a negligible problem, I hope you or anyone else can give me some help.
My system is Ubuntu 16.04, with gcc-5.4, cuda-8.0.
thx.
The text was updated successfully, but these errors were encountered: