Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
337
def
HRNet(num_classes, criterion):
338
return
OCRNet(num_classes, trunk=
'hrnetv2'
, criterion=criterion)
339
340
341
def
HRNet_Mscale(num_classes, criterion):
Callers
nothing calls this directly
Calls
1
OCRNet
Class · 0.85
Tested by
no test coverage detected