MCPcopy Create free account
hub / github.com/NVIDIA/semantic-segmentation / forward

Method forward

network/ocrnet.py:329–334  ·  view source on GitHub ↗
(self, inputs)

Source from the content-addressed store, hash-verified

327 return output_dict
328
329 def forward(self, inputs):
330
331 if cfg.MODEL.N_SCALES and not self.training:
332 return self.nscale_forward(inputs, cfg.MODEL.N_SCALES)
333
334 return self.two_scale_forward(inputs)
335
336
337def HRNet(num_classes, criterion):

Callers

nothing calls this directly

Calls 2

nscale_forwardMethod · 0.95
two_scale_forwardMethod · 0.95

Tested by

no test coverage detected