MCPcopy Create free account
hub / github.com/42dot/VFDepth / parse_args

Function parse_args

eval.py:14–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13
14def parse_args():
15 parser = argparse.ArgumentParser(description='VFdepth evaluation script')
16 parser.add_argument('--config_file', default ='./configs/surround_fusion.yaml', type=str, help='Config yaml file')
17 parser.add_argument('--weight_path', default = None, type=str, help='Pretrained weight path')
18 args = parser.parse_args()
19 return args
20
21
22def test(cfg):

Callers 1

eval.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected