Frigate openvino #681

Open
opened 2025-11-20 04:52:11 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @joaopequeno-git on GitHub (Mar 8, 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 8, 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_
saavagebueno added the bug label 2025-11-20 04:52:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#681