Spaces:
Running
Running
File size: 282 Bytes
a80d6bb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
% Startup
startup;
[ params ] = setup_project_ht_WUSTL;
% 1. Retrieval
ht_retrieval;
% 2. Geometric verification
ht_top100_sparsePE_localization;
% 3. Pose verification
ImgList_densePE = ImgList_sparsePE; % Force dense PV to use sparse PE results.
ht_top10_densePV_localization;
|