Commit Graph

9 Commits

Author SHA1 Message Date
Alexey Volkov 570141d7c9 Make wget quieter (#2069) 2019-09-09 14:32:54 -07:00
Christian Clauss 2592307cce Undefined name 'e' in openvino (#1876)
Discovered in #1721
```
./contrib/components/openvino/ovms-deployer/containers/evaluate.py:62:16: F821 undefined name 'e'
        except e:
               ^
./contrib/components/openvino/ovms-deployer/containers/evaluate.py:63:50: F821 undefined name 'e'
            print("Can not read the image file", e)
                                                 ^
```
Your review please @Ark-kun
2019-08-20 19:15:19 -07:00
Alexey Volkov 9fc1212d33 Updated vulnerable package (#1193)
See https://nvd.nist.gov/vuln/detail/CVE-2019-10906
2019-04-19 22:17:40 -07:00
Trawinski, Dariusz 18ab70c453 OpenVINO Model Server deployer (#1008)
* OpenVINO Model Server deployer

* changes after review

* added model server evaluation feature and step

* updated documentation
2019-03-22 20:09:06 -07:00
Trawinski, Dariusz 37a74378f2 documentation updates and minor corrections (#1020) 2019-03-22 19:23:05 -07:00
Trawinski, Dariusz 62c1e1294a Adjustments for OpenVINO v5 (#997)
* initial version

* fix predict function

* add classes file

* predict and readmy updates

* TF docker fix
2019-03-20 18:51:36 -07:00
Trawinski, Dariusz d5341034f5 added component with tf slim model generator and pipeline adjustments (#335)
* added cmponent with tf slim model generator and pipeline adjustments

* style fixes
2018-11-28 12:20:58 -08:00
Trawinski, Dariusz ce67707707 OpenVINO model optimizer component and example pipeline (#178)
* OpenVINO model optimizer component and example pipeline

* component moved to contrib folder

* moved samples to contrib
2018-11-16 15:55:15 -08:00
Trawinski, Dariusz 14a0260f2f openvino predict component and pipeline example (#180)
* openvino predict component and pipeline example

* component moved to contrib folder

* moved samples to contrib
2018-11-16 15:54:50 -08:00