MCPcopy Create free account
hub / github.com/OpenGVLab/HumanBench / forward

Method forward

PATH/core/models/necks/DoNothing.py:13–15  ·  view source on GitHub ↗
(self, x)

Source from the content-addressed store, hash-verified

11 super(DoNothing, self).__init__()
12
13 def forward(self, x):
14 x.update({'neck_output': x['backbone_output']})
15 return x

Callers

nothing calls this directly

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected