JeVoisBase  1.23
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
benchmark.py File Reference

Go to the source code of this file.

Classes

class  benchmark.Benchmark
 

Namespaces

namespace  benchmark
 

Functions

 benchmark.build_from_cfg (cfg, registery, key=None, name=None)
 
 benchmark.prepend_pythonpath (cfg)
 

Variables

 benchmark.parser = argparse.ArgumentParser("Benchmarks for OpenCV Zoo.")
 
 benchmark.type
 
 benchmark.help
 
 benchmark.args = parser.parse_args()
 
 benchmark.cfg = yaml.safe_load(f)
 
 benchmark.benchmark = Benchmark(**cfg['Benchmark'])
 
 benchmark.model = build_from_cfg(cfg=cfg['Model'], registery=MODELS, key='name')