MCPcopy Create free account
hub / github.com/buaacxf/VIPTR / forward

Method forward

modules/feature_extraction.py:61–62  ·  view source on GitHub ↗
(self, input)

Source from the content-addressed store, hash-verified

59 self.ConvNet = ResNet(input_channel, output_channel, BasicBlock, [1, 2, 5, 3])
60
61 def forward(self, input):
62 return self.ConvNet(input)
63
64
65# For Gated RCNN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected