Frigate openvino #618

Closed
opened 2026-02-04 20:20:17 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @joaopequeno-git on GitHub (Mar 9, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Frigate

📂 What was the exact command used to execute the script?

bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/frigate.sh)"

📝 Provide a clear and concise description of the issue.

After using the script i'm having issues using the openvino.
Its should be there the files, but when i change the config, i always get errors and the openvino-model folder is not here.

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

No response

🔄 Steps to reproduce the issue.

when adding this to the config:

detectors:
  ov:
    type: openvino
    device: GPU

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  path: /openvino-model/ssdlite_mobilenet_v2.xml
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt

Paste the full error output (if available).

Image

🖼️ Additional context (optional).

No response

Originally created by @joaopequeno-git on GitHub (Mar 9, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Frigate ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/frigate.sh)" ### 📝 Provide a clear and concise description of the issue. After using the script i'm having issues using the openvino. Its should be there the files, but when i change the config, i always get errors and the openvino-model folder is not here. ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? _No response_ ### 🔄 Steps to reproduce the issue. when adding this to the config: ``` detectors: ov: type: openvino device: GPU model: width: 300 height: 300 input_tensor: nhwc input_pixel_format: bgr path: /openvino-model/ssdlite_mobilenet_v2.xml labelmap_path: /openvino-model/coco_91cl_bkgr.txt ``` ### ❌ Paste the full error output (if available). ![Image](https://github.com/user-attachments/assets/a3401b2e-e8c4-42e5-8c85-65852deef572) ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 20:20:17 +03:00
Author
Owner

@tremor021 commented on GitHub (Mar 9, 2025):

why are you adding that? its already configured by install script:

 cat <<EOF >>/config/config.yml
detectors:
  ov:
    type: openvino
    device: CPU
    model:
      path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt
EOF
@tremor021 commented on GitHub (Mar 9, 2025): why are you adding that? its already configured by install script: ``` cat <<EOF >>/config/config.yml detectors: ov: type: openvino device: CPU model: path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml model: width: 300 height: 300 input_tensor: nhwc input_pixel_format: bgr labelmap_path: /openvino-model/coco_91cl_bkgr.txt EOF ```
Author
Owner

@joaopequeno-git commented on GitHub (Mar 9, 2025):

why are you adding that? its already configured by install script:

 cat <<EOF >>/config/config.yml
detectors:
  ov:
    type: openvino
    device: CPU
    model:
      path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml
model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt
EOF

In the folder structure i dont have any folder named openvino-model.

To use the openvino detector i have to place the code in config:

detectors:
  ov:
   type: openvino
   device: GPU

and i have to place the model also:

model:
  width: 300
  height: 300
  input_tensor: nhwc
  input_pixel_format: bgr
  path: /openvino-model/ssdlite_mobilenet_v2.xml
  labelmap_path: /openvino-model/coco_91cl_bkgr.txt

Is this not correct?

@joaopequeno-git commented on GitHub (Mar 9, 2025): > why are you adding that? its already configured by install script: > > ``` > cat <<EOF >>/config/config.yml > detectors: > ov: > type: openvino > device: CPU > model: > path: /openvino-model/FP16/ssdlite_mobilenet_v2.xml > model: > width: 300 > height: 300 > input_tensor: nhwc > input_pixel_format: bgr > labelmap_path: /openvino-model/coco_91cl_bkgr.txt > EOF > ``` In the folder structure i dont have any folder named openvino-model. To use the openvino detector i have to place the code in config: ``` detectors: ov: type: openvino device: GPU ``` and i have to place the model also: ``` model: width: 300 height: 300 input_tensor: nhwc input_pixel_format: bgr path: /openvino-model/ssdlite_mobilenet_v2.xml labelmap_path: /openvino-model/coco_91cl_bkgr.txt ``` Is this not correct?
Author
Owner

@tremor021 commented on GitHub (Mar 9, 2025):

you don't have to touch anything. its already configured

Image

this is a fresh installed Frigate LXC

@tremor021 commented on GitHub (Mar 9, 2025): you don't have to touch anything. its already configured ![Image](https://github.com/user-attachments/assets/f701f032-6a49-4816-9f0e-a147d8ee7093) this is a fresh installed Frigate LXC
Author
Owner

@joaopequeno-git commented on GitHub (Mar 9, 2025):

you don't have to touch anything. its already configured

Image

this is a fresh installed Frigate LXC

i have this:

Image

@joaopequeno-git commented on GitHub (Mar 9, 2025): > you don't have to touch anything. its already configured > > ![Image](https://github.com/user-attachments/assets/f701f032-6a49-4816-9f0e-a147d8ee7093) > > this is a fresh installed Frigate LXC i have this: ![Image](https://github.com/user-attachments/assets/79555b77-e38c-4406-96e1-4917bee29417)
Author
Owner

@joaopequeno-git commented on GitHub (Mar 9, 2025):

@tremor021 i just made a fresh install again.

Can you tell me how to get to the folder openvino-model from the root?

I have serached again and cant find it.
mistake from my side during install?

Image

@joaopequeno-git commented on GitHub (Mar 9, 2025): @tremor021 i just made a fresh install again. Can you tell me how to get to the folder openvino-model from the root? I have serached again and cant find it. mistake from my side during install? ![Image](https://github.com/user-attachments/assets/d4ab79c3-bf60-4929-9d39-f50e613d67d9)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#618