openvino_notebooks icon indicating copy to clipboard operation
openvino_notebooks copied to clipboard

📚 Jupyter notebook tutorials for OpenVINO™

Results 113 openvino_notebooks issues
Sort by recently updated
recently updated
newest added

**Describe the bug** *Section: Prepare calibration datasets* Code block: ``` import datasets num_inference_steps = 20 subset_size = 200 dataset = datasets.load_dataset("jschoormans/humanpose_densepose", split="train", streaming=True).shuffle(seed=42) input_data = [] for batch in dataset:...

support_request

Because `ocl-icd-2.2.12-1.el8.x86_64.rpm` is downloaded through an HTTP channel ([here](https://github.com/openvinotoolkit/openvino_notebooks/blame/f935d5cca61924c4b8cfd6da3fcb7de98a2f995c/Dockerfile#L42)), the building process might fail on OpenShift if the cluster has http and https proxies configured. BuildConfigs in OpenShift set HTTP_PROXY...

**Describe the bug** If we define zone from capture frame of top camera of vending machine in that case, object is placed outside of one zone boundary. The scenario look...

AI recipe
support_request

After heavy work I have installed OpenVino with NPU support and also NPU compiler on my Meteor Lake laptop with Ubuntu 22.0.3/6.6.8 Linux Kernel. I can run notebook but only...

support_request
category: NPU

Hello, Since Ultralytics YOLOv8 recently added support for the OBB (Oriented Bounding Boxes) task (https://docs.ultralytics.com/tasks/obb/), could you please release a notebook for the conversion and optimization of the YOLOv8-OBB models...

enhancement

So far done: 1. notebook_utils downloaded 2. model downloaded via download_file function from notebook_utils to do: 1. pth to OpenVINO IR conversion without OMZ

This is a visual model depend on phi-2, I believe OpenVINO should be able to support it and perform efficient inference on personal computers, it will be very useful ....

enhancement
Stale

I was going through the **[Clip Zero-Shot Image Classification](https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/228-clip-zero-shot-image-classification)** section and I replicated the notebook into my OpenShift Data Science Hub. As per the notebook instructions, I converted the PyTorch...

support_request

Remove legacy config, and replace them with API 2.0's properties. - CVS-130760