You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.
Usage: ua_check_frame_number --detection_root="your detection folder" --result_root="your template folder such as GOG/DPM"
''')
parser=argparse.ArgumentParser(description='the tools for check ua result format')
parser.add_argument('--detection_root', default=r"D:\ssj\DETRAC\20170721Result\0812-E25-M80-G30-TestSet-EB-Upload\EB\EB", help='your result folder to check')
parser.add_argument('--result_root', default=r"D:\ssj\DETRAC\20170721Result\0812-E25-M80-G30-TestSet-EB-Upload\SST", help='the template root to check')