2016110071
2016110071
Check if the path is right ? maybe try the absolute path.
Maybe the path "../test/../thirdpart/lib/caffe/libcaffe.so" is not right.
Sorry, The dataset is private an is inconvenient to provide.
Did you try to add opencv highgui ,imgproc,imgcodecs?
Did you add caffe opencv include files?
Did you add your caffe include path in your CMakeList.txt?
There are other layers between block3 and block4 of resnet50. maybe you can remove them.
Cuda is used, maybe you should install cuda.
Maybe you can build your caffe with CPU-only and comment the CUDA-related lines in CMakeList.txt
> Hi, the code runs correctly on our machine. Could you please provide the specific execution commands you used, so that we can better identify the issue? I run the...