# HG changeset patch # User Nicolas Saunier # Date 1561497823 14400 # Node ID 234e2228fd30752db30970fb5a3247f027b448be # Parent bb58506c1bfd5ee00856b4c43e768f4ea713e1ad minor diff -r bb58506c1bfd -r 234e2228fd30 scripts/manual-video-analysis.py --- a/scripts/manual-video-analysis.py Tue Jun 25 00:38:56 2019 -0400 +++ b/scripts/manual-video-analysis.py Tue Jun 25 17:23:43 2019 -0400 @@ -2,7 +2,7 @@ import sys, argparse, cv2, numpy as np -parser = argparse.ArgumentParser(description=''''The program replays the video and allows to manually id vehicles and mark instants, eg when they cross given areas in the scene. Use this program in combination with a screen marker program (For example, Presentation Assistant) to draw multiple lines on the screen.''', +parser = argparse.ArgumentParser(description='''The program replays the video and allows to manually id vehicles and mark instants, eg when they cross given areas in the scene. Use this program in combination with a screen marker program (For example, Presentation Assistant) to draw multiple lines on the screen.''', epilog = '''The output should give you a .csv file with the same name as your video file with columns in this format: vehicle number, frame number You can easily spot mistakes in the csv file for a line with number, SKIP. If this happens, just delete the previous vehicle observation.''',