MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / define_args

Function define_args

eval/LANE_evaluation/lane3d/utils/utils.py:34–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33
34def define_args():
35 parser = argparse.ArgumentParser(description='3D lane evaluation')
36 # Paths settings
37 parser.add_argument('--dataset_dir', type=str, help='The path saving actual data')
38 parser.add_argument('--pred_dir', type=str, help='The path of prediction result')
39 parser.add_argument('--test_list', type=str, help='The path of test list txt')
40 # parser.add_argument('--images_dir', type=str, help='The path saving dataset images')
41
42 return parser
43
44
45def prune_3d_lane_by_visibility(lane_3d, visibility):

Callers 1

eval_3D_lane.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected