Skip to content

Commit

Permalink
clean up KAISTdevkit-matlab-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
Li-Chengyang committed Nov 27, 2018
1 parent da4c9c9 commit 92a7c19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/datasets/KAISTdevkit-matlab-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Written by Chengyang Li based on the original demo code from Soonmin Hwang.

See demo_test.m for an example.

**Note**: We provide evalutaion results in terms of log-average miss rate as well as recall on all 9 different settings, i.e. Reasonable-all, Reasonable-day, Reasonable-night, Scale=near, Scale=medium, Scale=far, Occ=none, Occ=partial, Occ=heavy (see CVPR15 paper for details). Both using the origninal and the improved (in parentheses) test annotaions. However we strongly suggest you report results using the improved test annotaions only to enable a fair comparision.
**Note**: We provide evalutaion results in terms of log-average miss rate as well as recall on all 9 different settings, i.e. Reasonable-all, Reasonable-day, Reasonable-night, Scale=near, Scale=medium, Scale=far, Occ=none, Occ=partial, Occ=heavy (see CVPR15 paper for details). Results are provided both using the origninal and the improved test annotaions and are printed in the format of "original value (improved value)". However we strongly suggest you report results using the improved test annotaions only to enable a reliable comparision.
8 changes: 2 additions & 6 deletions lib/datasets/KAISTdevkit-matlab-wrapper/demo_test.m
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
function demo_test()

%% specify path of detections
% dtDir = '/home/lcy/Research/MyCodes/pd_res/results_BMVC16_Liu_et_al/KASIT_halfway_fusion/det';
% dtDir = '/home/lcy/Research/MyCodes/results_BMVC16_Liu_et_al/KASIT_late_fusion/det';
% dtDir = '/home/lcy/Research/MyCodes/results_BMVC16_Liu_et_al/KASIT_score_fusion/det';
% dtDir = '/home/lcy/datasets/pedestrian/kaist/piotr-toolbox-3.40_modified/detector/models/det';
dtDir = '/home/lcy/MyCodes/MSDS-RCNN/output/vgg16/kaist_test-all_multi_50np/default/vgg16_msds_rcnn_iter_45606/det';
dtDir = 'path_to_detections/detections/MSDS_sanitized/det';

%% specify path of groundtruth annotaions
gtDir = '/media/lcy/ssd1/kaist';
gtDir = 'path_to_dataset/kaist';

%% evaluate detection results
kaist_eval_full(dtDir, gtDir, false, true);
Expand Down

0 comments on commit 92a7c19

Please sign in to comment.