claudehang
claudehang
After successfully `make all`, I continue with `make test` while getting this error: ``` src/caffe/FRCNN/data_augment/test_augment.cpp: In function 'int test_main()': src/caffe/FRCNN/data_augment/test_augment.cpp:32:19: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings] char...
Thanks for your code! Following your instruction, I encounter errors when make: just a lot of stuff and I paste some of that: /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h(432): error: identifier "nullptr" is undefined /usr/lib/gcc/x86_64-redhat-linux/4.8.5/include/stddef.h(432):...
After make -f makefiles/Makefile.linux, I enter the command ImageStack -help, but it shows ImageStack: command not found. The exactly same problem arises when I try to run the example code...
Hi, after cmake .. I tried to make but result in having these errors related to Eigen. Would you please give me some suggestions on where to find exactly the...
I'm using Visual Studio 2010 to build lbfgs.sln, but it then report the bug, "Unable to start program ./liblbfgs-master/Debug/lbfgs_debug.lib The specified file is an unrecognized or unsupported binary format". How...