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

Function main

tools/eval_script_portable.py:362–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

360
361
362def main():
363 args = parse_args()
364 preds = mmengine.load(args.results_file)['results']
365 annotations = mmengine.load(args.ann_file)
366 assert len(preds) == len(annotations)
367 ground_eval(annotations, preds, args.iou_thr)
368
369
370if __name__ == '__main__':

Callers 1

Calls 3

parse_argsFunction · 0.70
ground_evalFunction · 0.70
loadMethod · 0.45

Tested by

no test coverage detected