MCPcopy
hub / github.com/Charmve/Surface-Defect-Detection / evaluation_imports

Function evaluation_imports

DeepPCB/evaluation/script.py:8–15  ·  view source on GitHub ↗

evaluation_imports: Dictionary ( key = module name , value = alias ) with python modules used in the evaluation.

()

Source from the content-addressed store, hash-verified

6import importlib
7
8def evaluation_imports():
9 """
10 evaluation_imports: Dictionary ( key = module name , value = alias ) with python modules used in the evaluation.
11 """
12 return {
13 'Polygon':'plg',
14 'numpy':'np'
15 }
16
17def default_evaluation_params():
18 """

Callers 1

evaluate_methodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected