mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-15 19:42:08 +03:00
fix: fix github raw endpoint
Co-authored-by: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com>
This commit is contained in:
parent
9914fd55a7
commit
c6b4055804
@ -42,7 +42,7 @@ class BirdRealTimeProcessor(RealTimeProcessorApi):
|
|||||||
self.labelmap: dict[int, str] = {}
|
self.labelmap: dict[int, str] = {}
|
||||||
|
|
||||||
GITHUB_RAW_ENDPOINT = os.environ.get(
|
GITHUB_RAW_ENDPOINT = os.environ.get(
|
||||||
"GITHUB_RAW_ENDPOINT", "raw.githubusercontent.com"
|
"GITHUB_RAW_ENDPOINT", "https://raw.githubusercontent.com"
|
||||||
)
|
)
|
||||||
download_path = os.path.join(MODEL_CACHE_DIR, "bird")
|
download_path = os.path.join(MODEL_CACHE_DIR, "bird")
|
||||||
self.model_files = {
|
self.model_files = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user