mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
clean up
This commit is contained in:
parent
cdafb318fd
commit
e74d35a17c
@ -76,8 +76,6 @@ class EmbeddingsContext:
|
|||||||
self.thumb_stats = ZScoreNormalization()
|
self.thumb_stats = ZScoreNormalization()
|
||||||
self.desc_stats = ZScoreNormalization()
|
self.desc_stats = ZScoreNormalization()
|
||||||
|
|
||||||
logger.info(f"Initializing db: {self.db}")
|
|
||||||
|
|
||||||
# load stats from disk
|
# load stats from disk
|
||||||
try:
|
try:
|
||||||
with open(os.path.join(CONFIG_DIR, ".search_stats.json"), "r") as f:
|
with open(os.path.join(CONFIG_DIR, ".search_stats.json"), "r") as f:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user