Functions | Variables
show_results Namespace Reference

Functions

def parse_args ()
 
def run (sequence_dir, result_file, show_false_alarms=False, detection_file=None, update_ms=None, video_filename=None)
 

Variables

 args = parse_args()
 
int DEFAULT_UPDATE_MS = 20
 

Function Documentation

def show_results.parse_args ( )
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 16 of file show_results.py.

Variable Documentation

show_results.args = parse_args()

Definition at line 110 of file show_results.py.

int show_results.DEFAULT_UPDATE_MS = 20

Definition at line 12 of file show_results.py.



jsk_perception
Author(s): Manabu Saito, Ryohei Ueda
autogenerated on Mon May 3 2021 03:03:28