Geo

Results 3 issues of Geo

I have build Caffe successfully before building the fast-rcnn. My opencv version is 3.0.0 . the Terminal shows the error below : Makefile:545: recipe for target '.build_release/tools/upgrade_net_proto_text.bin' failed make: **\*...

I have build Caffe successfully before building the fast-rcnn. My opencv version is 3.0.0 . the Terminal shows the error below : Makefile:545: recipe for target '.build_release/tools/upgrade_net_proto_text.bin' failed make: **\*...

1. 用cv::cvarrToMat函数完成cvMat * 到Mat的转换 2. 修改"CSV" 为"cv::Formatter::FMT_CSV" 3. static CV_IMPLEMENT_QSORT( icvSortDistances, int, CV_LT ) 函数替换为: static void icvSortDistances( int *array, size_t total, int /*unused*/ ) { std::sort( &array[0], &array[total] );...