EAO-SLAM安装

Error:

CMake Warning at CMakeLists.txt:189 (FIND_PACKAGE):
  By not providing "FindRapidJSON.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "RapidJSON", but CMake did not find one.

  Could not find a package configuration file provided by "RapidJSON" with
  any of the following names:

    RapidJSONConfig.cmake
    rapidjson-config.cmake

  Add the installation prefix of "RapidJSON" to CMAKE_PREFIX_PATH or set
  "RapidJSON_DIR" to a directory containing one of the above files.  If
  "RapidJSON" provides a separate development package or SDK, be sure it has
  been installed.

Ref 安装RapidJSON,单独安装Line3Dpp

/home/k402/EAO-SLAM/Thirdparty/Line3Dpp/line3D.cc: In static member function ‘static void L3DPP::Line3D::undistortImage(const cv::Mat&, cv::Mat&, const Vector3d&, const Vector2d&, const Matrix3d&):
/home/k402/EAO-SLAM/Thirdparty/Line3Dpp/line3D.cc:106:9: error: ‘initUndistortRectifyMap’ is not a member of ‘cv’
         cv::initUndistortRectifyMap(cvK,cvDistCoeffs,I,cvK,cv::Size(inImg.cols,
         ^
/home/k402/EAO-SLAM/Thirdparty/Line3Dpp/line3D.cc: In member function ‘L3DPP::DataArray<float4>* L3DPP::Line3D::detectLineSegments(unsigned int, const cv::Mat&):
/home/k402/EAO-SLAM/Thirdparty/Line3Dpp/line3D.cc:256:40: error: ‘CV_RGB2GRAY’ was not declared in this scope
             cv::cvtColor(image,imgGray,CV_RGB2GRAY);
                                        ^
CMakeFiles/line3Dpp.dir/build.make:62: recipe for target 'CMakeFiles/line3Dpp.dir/line3D.cc.o' failed

当opencv多版本共存,指定路径,在CmakeList.txt中加入:

find_package(OpenCV 3.4.1 REQUIRED HINTS /usr/local/opencv3)

Error:段错误,跑不完整

ref:github

你可以试试将所有 CMakeLists.txt (包括第三方库)中的 -march=native 删掉,重新编译试试。

自制数据集

GitHub yolo_batch
报错参考:博客

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
VOT2018-LT是一个用于长期视觉目标跟踪的基准测试,它包含了一系列的评价指标来评估不同跟踪算法的性能。其中,主要的评价指标包括: 1. Precision:表示跟踪器预测的边界框与真实边界框之间的重叠率,通常使用IoU(Intersection over Union)来计算。Precision越高,说明跟踪器的定位精度越高。 2. Recall:表示跟踪器能够正确检测到目标的能力,即正确检测到目标的帧数与总帧数之比。Recall越高,说明跟踪器的检测能力越强。 3. F-measure:综合考虑Precision和Recall,通常使用F1-score来计算。F1-score越高,说明跟踪器的性能越好。 4. EAO(Expected Average Overlap):是一种基于预测边界框与真实边界框之间的重叠率的评价指标,它可以反映跟踪器的整体性能。EAO越高,说明跟踪器的性能越好。 5. AUC(Area Under the Curve):是一种综合考虑Precision和Recall的评价指标,它可以反映跟踪器在不同阈值下的性能。AUC越高,说明跟踪器的性能越好。 6. Robustness:表示跟踪器在遇到各种干扰(如遮挡、光照变化等)时的鲁棒性。Robustness越高,说明跟踪器的鲁棒性越强。 7. Speed:表示跟踪器的运行速度,通常使用FPS(Frames Per Second)来计算。Speed越高,说明跟踪器的运行速度越快。 综上所述,VOT2018-LT评价指标主要包括Precision、Recall、F-measure、EAO、AUC、Robustness和Speed七个方面,这些指标可以用来评估不同跟踪算法的性能。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值