GitXplorerGitXplorer
j

trajectoryEvaluator

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f8adda900f26ab1ae45c8b3352e398d6c3b89f03

formatted again

jjinyanzi committed 8 years ago
Unverified
23c7738795cd148f516f15bd940396a8a0623b49

new line formatted

jjinyanzi committed 8 years ago
Unverified
1661fcc9d20d3fe05b736ab2bf7659c19ffb1bef

descriptions of usage added

jjinyanzi committed 8 years ago
Unverified
827830306e936f0a011278e73519dd8fc292c92e

evaluator code published

jjinyanzi committed 8 years ago
Unverified
316d7e020b3e73cecc56f79890561eebaec06b32

Initial commit

jjinyanzi committed 8 years ago

README

The README file for this repository.

trajectoryEvaluator

A debugging tool to visualize trajectory and ground truth, output mathching videos.

Usage: ./evaluator -i <input_video>
input files:
-t <trajectory_path>
-g <ground_truth_path>
-d <detection_file_path>
output files:
-v <output_video_path>
-w <detection_stat_path> [write all the detection results to file in batch mode]
-c <new_ground_truth_path> [write cleaned up ground truth to file]
-u <tracking_stat_path> [write all the tracking results to file in batch mode]
-p <trajectory_gt_match_path> [write trajectory and ground truth match to file]
-q <detection_gt_match_path> [write detection and ground truth match to file]
-x <output_init_file_path> [extract one box from ground truth for initialization]
-e [percentage of lifetime to extract the ground truth]
-s <overlap_thresh> [overlap threshold for groundtruth matching with detection or trajectory]
-r [output video resize factor]
-h [output height]
-l [output width]
process parameters:
-f <to_frame_num> [number of frame to process]
-m [batch mod]