|
JeVoisBase
1.23
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
Classes | |
| class | Benchmark |
Functions | |
| build_from_cfg (cfg, registery, key=None, name=None) | |
| prepend_pythonpath (cfg) | |
Variables | |
| parser = argparse.ArgumentParser("Benchmarks for OpenCV Zoo.") | |
| type | |
| help | |
| args = parser.parse_args() | |
| cfg = yaml.safe_load(f) | |
| benchmark = Benchmark(**cfg['Benchmark']) | |
| model = build_from_cfg(cfg=cfg['Model'], registery=MODELS, key='name') | |
| benchmark.build_from_cfg | ( | cfg, | |
| registery, | |||
key = None, |
|||
name = None |
|||
| ) |
Definition at line 16 of file benchmark.py.
| benchmark.prepend_pythonpath | ( | cfg | ) |
Definition at line 27 of file benchmark.py.
References prepend_pythonpath().
Referenced by prepend_pythonpath().
| benchmark.args = parser.parse_args() |
Definition at line 14 of file benchmark.py.
Definition at line 122 of file benchmark.py.
| benchmark.cfg = yaml.safe_load(f) |
Definition at line 116 of file benchmark.py.
| benchmark.help |
Definition at line 13 of file benchmark.py.
| benchmark.model = build_from_cfg(cfg=cfg['Model'], registery=MODELS, key='name') |
Definition at line 125 of file benchmark.py.
| benchmark.parser = argparse.ArgumentParser("Benchmarks for OpenCV Zoo.") |
Definition at line 11 of file benchmark.py.
| benchmark.type |
Definition at line 12 of file benchmark.py.