MCPcopy Create free account
hub / github.com/ActiveVisionLab/DFNet / __init__

Method __init__

script/dm/pose_model.py:306–312  ·  view source on GitHub ↗

:param mapnet: the MapNet (two CNN blocks inside the green block in Fig. 2 of paper). Not to be confused with MapNet, the model!

(self, mapnet)

Source from the content-addressed store, hash-verified

304 Implements the MapNet model (green block in Fig. 2 of paper)
305 """
306 def __init__(self, mapnet):
307 """
308 :param mapnet: the MapNet (two CNN blocks inside the green block in Fig. 2
309 of paper). Not to be confused with MapNet, the model!
310 """
311 super(MapNet, self).__init__()
312 self.mapnet = mapnet
313
314 def forward(self, x):
315 """

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected