MCPcopy Create free account
hub / github.com/MotrixLab/MotionDiffuse / __init__

Method __init__

text2motion/options/base_options.py:9–11  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

7
8class BaseOptions():
9 def __init__(self):
10 self.parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter)
11 self.initialized = False
12
13 def initialize(self):
14 self.parser.add_argument('--name', type=str, default="test", help='Name of this trial')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected