open_model_zoo icon indicating copy to clipboard operation
open_model_zoo copied to clipboard

Pre-trained Deep Learning models and demos (high quality and extremely fast)

Results 112 open_model_zoo issues
Sort by recently updated
recently updated
newest added

Hi I am running colorization demo with colorization-siggraph.xml. _python colorization_demo.py -i ./download.jpg -m ./model/colorization-siggraph.xml -o output_%03d.jpg_ I am getting this output, i am not getting why this error is coming....

Sorry,l have a question. Should i contribute new model to branch:master or branch:release2022.1?

Correctness checking for demo security_barrier_camera_demo with single image inputting for each channel. JIRA: https://jira.devtools.intel.com/browse/CVS-74969

We have compiled the object detection demo for the new 2022.1 openvino: https://github.com/openvinotoolkit/open_model_zoo/blob/master/demos/object_detection_demo/ When running the demo, we load one of our own models, which gave correct results with the...

I'm glad you can see my problems and give me some advice. I plan to make a contribution on OMZ. I have downloaded my model in Openvino docker and converted...

Hai . I am doing facial land mark detection using the model of facial-landmarks-98-detection-0001 I am facing issues with unsupported layer line unsupported_layers = [l for l in ngraph_func.get_ordered_ops() if...

I have a question, why do python interfaces use shared library modules written in C++ instead of separate python code. ![image](https://user-images.githubusercontent.com/42672437/174474012-feeb1580-1919-4c7b-8183-b6678062c169.png) Like this one, [human_pose_estimation_3d_demo] 's pose_extractor module. Or where...

Running the python demo with the person-detection-retail-0013 works fine. However, running with any of the segmentation models (instance-segmentation-security-xxx) fails: open_model_zoo/demos/multi_camera_multi_target_tracking_demo/python/utils/network_wrappers.py", line 140, in __init__ super().__init__(core, model_path, device, 'Instance Segmentation', self.max_reqs)...

I have tested a single ncs2 on facerecognition.py demo, and also tested two ncs2 on same facerecognition.py demo, both yield the same FPS output? Is there any way to speed...

When IN OpenVINO21.4 docker container, I want to load my trained model (converted to IR model), but I get this error, why? `Traceback (most recent call last):` ` File "/home/Aritro/Openvino/ob_detect.py",...