MCPcopy Create free account
hub / github.com/RozDavid/UnScene3D / initialize_filter

Method initialize_filter

models/wrapper.py:18–19  ·  view source on GitHub ↗
(self, NetClass, in_nchannel, out_nchannel, config)

Source from the content-addressed store, hash-verified

16 self.initialize_filter(NetClass, in_nchannel, out_nchannel, config)
17
18 def initialize_filter(self, NetClass, in_nchannel, out_nchannel, config):
19 raise NotImplementedError("Must initialize a model and a filter")
20
21 def forward(self, x, coords, colors=None):
22 soutput = self.model(x)

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected