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

Method __init__

semantic_sam/backbone/backbone.py:16–20  ·  view source on GitHub ↗

The `__init__` method of any subclass can specify its own set of arguments.

(self)

Source from the content-addressed store, hash-verified

14 """
15
16 def __init__(self):
17 """
18 The `__init__` method of any subclass can specify its own set of arguments.
19 """
20 super().__init__()
21
22 def forward(self):
23 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected