-
Hi,
Thanks for sharing this great platform!
I'm trying to quantize my pretrained image classification model (originally trained in Pytorch, the model has been transferred to .onnx format) using Op…
-
### Suggestion
Hey, I am trying to implement pose estimation and I have come across two options, OpenPose and TFPoseNet. TFPosenet is a javascript and OpenPose is python based. OpenPose is a bit comp…
-
It seems that OpenVINO is not getting installed in the container via both the [binaries.Dockerfile](https://github.com/opencv/gst-video-analytics/blob/master/docker/binaries.Dockerfile) and [Dockerfil…
-
By some reason inference time with IR model version 10 (new one) ten times slower on CPU with this wheel, that when using openvino toolkit integrated opencv.
Any idea why?
-
The pre-trained model in https://github.com/endernewton/tf-faster-rcnn :res101_faster_rcnn_iter_110000.meta has more than one “pyfunc” tensorflow ops。I want to convert this model to openvino model, …
-
I now wanted the script in the section:
Inference with OpenVINO Inference Engine (IE)
execute and get an error message
Following steps:
I ran
> setupvars.bat
> Python 3.7.3
> ECHO is swi…
-
After downloading the ssd_mobilenet_v2_coco from Tensorflow detection model zoo,
I ran the following command to convert the model:
`python3 mo_tf.py --input_model ~/ssd_mobilenet_v2_coco/frozen_i…
-
Hi,
I am using CentOS 7.4, and OpenVINO 2020.1.023, gcc (GCC) 4.8.5, then getting the below error , please help to find the root cause.
[xuan@xuan Release]$ ./human_pose_estimation_demo …
-
When I run segmentation_demo.py and use semantic-segmentation-adas-0001.xml,I get the error.However,when I use road-segmentation-adas-0001.xml,it is no error. I get .xml from https://download.01.org/…
-
Hi!
I want to use YOLOv3 for automatic annotation using CVAT tool. I understand that I need .bin, .xml, mapping.json and interp.py files.
I followed the steps given [here](https://docs.openvino…