Functions | |
def | parse_args () |
Variables | |
args = parse_args() | |
detection_file = os.path.join(args.detection_dir, "%s.npy" % sequence) | |
display | |
exist_ok | |
nn_budget | |
output_dir | |
output_file = os.path.join(args.output_dir, "%s.txt" % sequence) | |
sequence_dir = os.path.join(args.mot_dir, sequence) | |
sequences = os.listdir(args.mot_dir) | |
def evaluate_motchallenge.parse_args | ( | ) |
Parse command line arguments.
Definition at line 7 of file evaluate_motchallenge.py.
evaluate_motchallenge.args = parse_args() |
Definition at line 41 of file evaluate_motchallenge.py.
evaluate_motchallenge.detection_file = os.path.join(args.detection_dir, "%s.npy" % sequence) |
Definition at line 48 of file evaluate_motchallenge.py.
evaluate_motchallenge.display |
Definition at line 53 of file evaluate_motchallenge.py.
evaluate_motchallenge.exist_ok |
Definition at line 43 of file evaluate_motchallenge.py.
evaluate_motchallenge.nn_budget |
Definition at line 53 of file evaluate_motchallenge.py.
evaluate_motchallenge.output_dir |
Definition at line 43 of file evaluate_motchallenge.py.
evaluate_motchallenge.output_file = os.path.join(args.output_dir, "%s.txt" % sequence) |
Definition at line 49 of file evaluate_motchallenge.py.
evaluate_motchallenge.sequence_dir = os.path.join(args.mot_dir, sequence) |
Definition at line 47 of file evaluate_motchallenge.py.
evaluate_motchallenge.sequences = os.listdir(args.mot_dir) |
Definition at line 44 of file evaluate_motchallenge.py.