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

Class BackboneOutput

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

Source from the content-addressed store, hash-verified

13
14@dataclass
15class BackboneOutput:
16 depths: Float[Tensor, "batch frame height width"]
17 weights: Float[Tensor, "batch frame-1 height width"]
18
19
20class Backbone(nn.Module, ABC, Generic[T]):

Callers 2

forwardMethod · 0.85
forwardMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected