MCPcopy Create free account
hub / github.com/VisionXLab/OF-Diff / forward

Method forward

ldm/modules/midas/midas/dpt_depth.py:107–108  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

105 self.load(path)
106
107 def forward(self, x):
108 return super().forward(x).squeeze(dim=1)
109

Callers

nothing calls this directly

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected