luxonis / blobconverter

Web-based tool to convert model into MyriadX blob
MIT License
15 stars 5 forks source link

BlobConverter API

Discord Forum Docs License: MIT Website

Prepare

Download OpenVINO with RVC3 support, extract it to openvino_files and rename install_dir to openvino2022_3_RVC3.

Usage

Building CLI

These steps will allow to build and push a new blobconverter CLI package to PyPi

rm dist/*
python setup.py sdist bdist_wheel
twine check dist/*
twine upload --username luxonis dist/*

Testing locally

TODO