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

Function parse_args

train.py:32–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def parse_args():
33 parser = argparse.ArgumentParser(description='VFDepth training script')
34 parser.add_argument('--config_file', default ='./configs/ddad/ddad_surround_fusion.yaml', type=str, help='Config yaml file')
35 args = parser.parse_args()
36 return args
37
38
39def train(cfg):

Callers 1

train.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected