2.解壓檔案進入evaluation目錄:輸入命令make編譯
3.編譯不成功可能是因為存在鏈結問題:
按照文件提示進行修改,如果本地opencv已經配置pkg-config只需修改第二部分,按照提示調換一下編譯順序,不要直接拷貝
4.安裝gunplot:
sudo apt-get install gnuplot-x11
5.如果不需要ppm需要注釋掉,修改evaluation資料夾裡面的common.hpp:
#define __cvloadimage_working__6.修改evaluation資料夾裡面的runevaluate.pl路徑:
7.路徑修改完成之後重新編譯即可my $gnuplot = "/usr/bin/gnuplot";
# where the binary is
my $evaluatebin = "evaluate";
# where the images are
my $imdir = "../";
# where the folds are
my $fddbdir = "../fddb-folds";
# where the detections are
my $detdir = "../sfd/";
FDDB評估工具的安裝
evaluation安裝及使用 1.opencv 參考網上教程,注意環境變數的新增 2.make 重啟!出現找不到opencv庫的問題,試了很多種辦法,最後隔了一天重啟就好了 根據opencv版本的不同,也許會出現鏈結錯誤,按照官網給的方案修改了makeflile incs i usr local ...
使用evo工具評估ORB slam的結果
github官方位址,按照官方教程使用pypi安裝就可 pip install evo upgrade no binary evo可能需要提前 sudo apt install python3 pip 或者sudo apt install python pip參考部落格,記錄一下我的使用命令 evo...
十大安全評估工具
本文為您介紹10個流行的安全評估工具,並分成網路安全評估工具和web安全評估工具兩類進行介紹。五大網路安全評估工具 wireshark 原名ethereal 是乙個網路封包分析軟體。網路封包分析軟體的功能是擷取網路封包,並盡可能顯示出最為詳細的網路封包資料。站點 2.nmap nmap是一款用於網路...