Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDriveLab/ReSim
/ build_matcher
Function
build_matcher
SwissArmyTransformer/examples/yolos/models/matcher.py:85–86 ·
view source on GitHub ↗
(args)
Source
from the content-addressed store, hash-verified
83
84
85
def
build_matcher(args):
86
return
HungarianMatcher(cost_class=args.set_cost_class, cost_bbox=args.set_cost_bbox, cost_giou=args.set_cost_giou)
Callers
1
build
Function · 0.85
Calls
1
HungarianMatcher
Class · 0.85
Tested by
no test coverage detected