MCPcopy 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
85def 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

buildFunction · 0.85

Calls 1

HungarianMatcherClass · 0.85

Tested by

no test coverage detected