MCPcopy Create free account
hub / github.com/apple/ml-sharp / MonodepthAdaptorParams

Class MonodepthAdaptorParams

src/sharp/models/params.py:124–128  ·  view source on GitHub ↗

Parameters for monodepth network feature adaptor.

Source from the content-addressed store, hash-verified

122
123@dataclasses.dataclass
124class MonodepthAdaptorParams:
125 """Parameters for monodepth network feature adaptor."""
126
127 encoder_features: bool = True
128 decoder_features: bool = False
129
130
131@dataclasses.dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected