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

Function HRNet

network/ocrnet.py:337–338  ·  view source on GitHub ↗
(num_classes, criterion)

Source from the content-addressed store, hash-verified

335
336
337def HRNet(num_classes, criterion):
338 return OCRNet(num_classes, trunk='hrnetv2', criterion=criterion)
339
340
341def HRNet_Mscale(num_classes, criterion):

Callers

nothing calls this directly

Calls 1

OCRNetClass · 0.85

Tested by

no test coverage detected