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

Function HRNet

network/mscale2.py:280–282  ·  view source on GitHub ↗
(num_classes, criterion, s2s4=None)

Source from the content-addressed store, hash-verified

278
279
280def HRNet(num_classes, criterion, s2s4=None):
281 return Basic(num_classes=num_classes, criterion=criterion,
282 trunk='hrnetv2')

Callers

nothing calls this directly

Calls 1

BasicClass · 0.70

Tested by

no test coverage detected