tteck / Proxmox

Proxmox VE Helper-Scripts
https://Helper-Scripts.com
MIT License
11.68k stars 1.81k forks source link

Frigate - Location/URL of TensorFlow model has changed #3285

Closed hiimjames closed 2 days ago

hiimjames commented 2 days ago

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

During a fresh install, the /install/frigate-install.sh script exits with the following error message:

[ERROR] in line 158: exit code 0: while executing command wget -qO cpu_audio_model.tflite https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1?lite-format=tflite

I believe the download location of the TensorFlow Lite model, as referenced at line 158 of /install/frigate-install.sh, has changed from:

https://tfhub.dev/google/lite-model/yamnet/classification/tflite/1?lite-format=tflite

to:

https://www.kaggle.com/api/v1/models/google/yamnet/tfLite/classification-tflite/1/download

and is not redirecting, resulting in an empty file being created.

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Debian 11

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

No response