Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
BackboneOutput:
16
depths: Float[Tensor,
"batch frame height width"
]
17
weights: Float[Tensor,
"batch frame-1 height width"
]
18
19
20
class
Backbone(nn.Module, ABC, Generic[T]):
Callers
2
forward
Method · 0.85
forward
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected