MCPcopy Create free account
hub / github.com/dcharatan/flowmap / ModelCfg

Class ModelCfg

flowmap/model/model.py:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16@dataclass
17class ModelCfg:
18 backbone: BackboneCfg
19 intrinsics: IntrinsicsCfg
20 extrinsics: ExtrinsicsCfg
21 use_correspondence_weights: bool
22
23
24@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected