MCPcopy Create free account
hub / github.com/InternRobotics/EmbodiedScan / main

Function main

tools/eval_script.py:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108
109
110def main():
111 args = parse_args()
112 preds = mmengine.load(args.results_file)['results']
113 annotations = mmengine.load(args.ann_file)
114 assert len(preds) == len(annotations)
115 ground_eval(annotations, preds, args.iou_thr)
116
117
118if __name__ == '__main__':

Callers 1

eval_script.pyFile · 0.70

Calls 3

parse_argsFunction · 0.70
ground_evalFunction · 0.70
loadMethod · 0.45

Tested by

no test coverage detected