MCPcopy Create free account
hub / github.com/DragonisCV/RAM / __init__

Method __init__

scripts/adaSAM_mac_analysis.py:11–14  ·  view source on GitHub ↗
(self, opt)

Source from the content-addressed store, hash-verified

9
10class Ada_MACAnalysis(BaseAnalysis):
11 def __init__(self, opt):
12 super().__init__(opt)
13 self.mask_generator = self._load_mask_generator(opt)
14 self.mask_generator.eval()
15
16 def _load_mask_generator(self, opt):
17 mask_opt = opt.get('network_mask', {})

Callers

nothing calls this directly

Calls 1

_load_mask_generatorMethod · 0.95

Tested by

no test coverage detected