This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.5.0 beta rc0 with OV2021.3 and TF2.4.1 (#66)
* Using set Blob instead of Get Blob * Upgrade to 2021.3 * Removed ngraph/chrome_trace.hpp * Remove / rename occurrences of Add-On in code and documentation * Build gtest with correct ABI, TF >r2.2 file struct changes, general build options * Add whl download with personal token; Set resource util ratio for TF build * update ci tensorflow setup, tf version change in documentation & code * update tf 2.4.1 ci test patch * rename project in cmake * change openvino version in ci yml * Fixed bug in encapsulate_op * OCM submodule updated for OV2021.3 * Added backward compatibiliby with 2021.2 * SetBlob support in VAD-M Engine for OV 2021.3 * Condition corrected for OV 2021.2 compatibility * update ocm to master * assert output directory in build_tf, remove static ov versioning * replace unsafe string functions, initialize some vars * remove tf patch, assert non zero batch size * nullptr check for output blobs * Added names space to error types in VADMEngine * Switching back to GetBlob for VAD-M * nullptr check, add namespace, GetBlob for VAD-M * nullptr check for output blobs * Added names space to error types in VADMEngine * Switching back to GetBlob for VAD-M Co-authored-by: Mustafa Cavus <[email protected]> * Model sources added for sprint models (#44) * Model sources added for sprint models * Links converted into hyperlinks * Adding sources for the tf models * Models are grouped based on the library/source * Correction on the link of resnet 50 v1.5 * Some links are updated to the model's addresses instead of the library's main page. Instructions are added for some models to guide how to use models. * Instructions for using model is updated to be more clear. * Additional instructions are added for model usage. * Sentence saying that which devices are supported is removed since it already include all devices. The sentence was saying cpu, gpu, and myriad are supported. But it already includes all the models so we can remove it. * Model list converted into tables * Mobilenet V2 and FC DenseNet 103 are added * Update MODELS.md * Correction for se-resnext-50 link Co-authored-by: bhadur <[email protected]> * adding Object detection sample for yolo v3 model (#57) * adding python object detection sample * Object detection for Yolo V3 TF model * Update ReadMe for object detection sample and pre-built packages * Readme and code fixes * update output result * updating openvino_tensorflow to ovtf * updated the build instructions for c++ example * Fixed one of the headings Co-authored-by: Chandrakant Khandelwal <[email protected]> * Disabling additional ops for batching * Environment variable descriptions are added to doc (#62) * Environment variable descriptions are added to doc * Typo corrections/updates on descriptions * correct assert comparator * docker manylinux builds (#65) * add dockerfiles, take the right py version in setup.in.py * make whl platlib compliant for auditwheel * add python executable, abi0 and abi1 builds in dockerfile, proper py abi tagging in whl * make prebuilt tf default, remove unwanted tf import in setup.in.py * complete manylinux dockerfile to build py3.x release packages * add flag for abi1 build * add pypi readme doc * ABI1 build requires latest numpy * add env paths for py37, py38 * update tf_version for tf source builds * don't run auditwheel, static manylinux tagging * transpose sinking fix (#68) * Modified op translations for Unpack and Fill op * Fixed transpose sinking for binary operators Co-authored-by: ynimmaga <[email protected]> * Added op translation for FusedConv2D_BatchNormLeakyRelu (#69) * Node limit update based on avg nodes (#70) * Node limit update based on avg nodes * Dyn min node limit fix for efficientnet Co-authored-by: Mustafa Cavus <[email protected]> * refactor main doc, add build options doc, manylinux2014 dockerfile instruction (#71) * refactor main doc, add build options doc * change cmake version in code * disable tests that were tagged as defects * * Commented one depthwiseconv2d test, as input params needs further analysis * Modified readme for build from source python versions Co-authored-by: suryasidd <[email protected]> Co-authored-by: Chandrakant Khandelwal <[email protected]> Co-authored-by: Mustafa Cavus <[email protected]> Co-authored-by: Mustafa Cavus <[email protected]> Co-authored-by: bhadur <[email protected]> Co-authored-by: Sai Jayanthi <[email protected]> Co-authored-by: ynimmaga <[email protected]>
- Loading branch information