MCPcopy Create free account
hub / github.com/UX-Decoder/Semantic-SAM / output_shape

Method output_shape

semantic_sam/backbone/focal.py:669–675  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

667 return outputs
668
669 def output_shape(self):
670 return {
671 name: ShapeSpec(
672 channels=self._out_feature_channels[name], stride=self._out_feature_strides[name]
673 )
674 for name in self._out_features
675 }
676
677 @property
678 def size_divisibility(self):

Callers 1

from_configMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected