Functions | Variables
show_results Namespace Reference

Functions

def parse_args
def run

Variables

tuple args = parse_args()
int DEFAULT_UPDATE_MS = 20

Function Documentation

Parse command line arguments.

Definition at line 83 of file show_results.py.

def show_results.run (   sequence_dir,
  result_file,
  show_false_alarms = False,
  detection_file = None,
  update_ms = None,
  video_filename = None 
)
Run tracking result visualization.

Parameters
----------
sequence_dir : str
    Path to the MOTChallenge sequence directory.
result_file : str
    Path to the tracking output file in MOTChallenge ground truth format.
show_false_alarms : Optional[bool]
    If True, false alarms are highlighted as red boxes.
detection_file : Optional[str]
    Path to the detection file.
update_ms : Optional[int]
    Number of milliseconds between cosecutive frames. Defaults to (a) the
    frame rate specifid in the seqinfo.ini file or DEFAULT_UDPATE_MS ms if
    seqinfo.ini is not available.
video_filename : Optional[Str]
    If not None, a video of the tracking results is written to this file.

Definition at line 15 of file show_results.py.


Variable Documentation

Definition at line 110 of file show_results.py.

Definition at line 12 of file show_results.py.



jsk_perception
Author(s): Manabu Saito, Ryohei Ueda
autogenerated on Tue Jul 2 2019 19:41:08