* MO Transformation configs are missing in openvino-dev package * fix pylint issues * add escape Co-authored-by: Roman Donchenko <roman.donchenko@intel.com> * add escape Co-authored-by: Roman Donchenko <roman.donchenko@intel.com> * add mo_caffe.proto * Add MO package_data to openvino-dev package Co-authored-by: Roman Donchenko <roman.donchenko@intel.com>
33 lines
690 B
INI
33 lines
690 B
INI
[options]
|
|
py_modules =
|
|
mo
|
|
mo_tf
|
|
mo_caffe
|
|
mo_mxnet
|
|
mo_onnx
|
|
mo_kaldi
|
|
|
|
[options.package_data]
|
|
mo = *.txt
|
|
compression.configs.hardware = *.json
|
|
mo.extensions.front.mxnet = *.json
|
|
mo.extensions.front.onnx = *.json
|
|
mo.extensions.front.tf = *.json
|
|
mo.mo.front.caffe.proto = *.proto
|
|
|
|
[options.entry_points]
|
|
console_scripts =
|
|
mo=mo.__main__:main
|
|
pot=app.run:main
|
|
accuracy_check=accuracy_checker.main:main
|
|
convert_annotation=accuracy_checker.annotation_converters.convert:main
|
|
benchmark_app=openvino.tools.benchmark.main:main
|
|
|
|
[metadata]
|
|
license_files =
|
|
readme*
|
|
*LICENSE*
|
|
*license*
|
|
*third-party-programs*
|
|
*EULA*
|