Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
class
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
VideoCN
Class · 0.85
CombCN
Class · 0.85
__init__
Method · 0.45
Tested by
no test coverage detected