MCPcopy Create free account
hub / github.com/MaureenZOU/TSAM / __init__

Method __init__

src/model/completion_model.py:141–145  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

139
140class CompletionNet(BaseModel):
141 def __init__(self):
142 super().__init__()
143
144 self.videoCN = VideoCN()
145 self.combCN = CombCN()
146
147 def forward(self, imgs, masks, guidances=None):
148 masked_imgs = imgs * masks

Callers

nothing calls this directly

Calls 3

VideoCNClass · 0.85
CombCNClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected