mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-06-27 14:51:52 +03:00
* add embedded mode to BaseSection so parents can host the save action * add optional action slot to current Frigate+ model summary * add w-full to action slot flex wrapper for explicit width contract * i18n * merged detectors and model settings view * fix document title * Embed detector form in merged settings view * add detection model card with tabs and custom model embed * add Frigate+ model selector with filter popover to merged page * Add mismatch banner and gate save on detector and model compatibility * Wire atomic save, restart toast, and undo on detectors and model page * Clear child pending data on undo * route merged detectors and model view in settings * trim Frigate+ page to account-only and remove old detection model view * basic e2e * Fix unsaved-changes guard, custom path leak, and post-failure cache resync * Rename to Detectors and model, float Modified badge, use ConfigMessageBanner for mismatch * Hide Plus/Custom tabs when Frigate+ is not enabled * Detect active Plus model via model.plus.id instead of path prefix * Sync state back to snapshot when child form un-modifies and remount on undo * Always require restart on save since model changes also need one * Wrap Frigate+ model selector in SplitCardRow with label and description * rename tab * update docs * sync top-level model with default detector's resolved model when the user doesn't define a top-level `model:` block, `FrigateConfig.model` stayed at pydantic field defaults (320×320, /labelmap.txt) while the per-detector model picked up `DEFAULT_MODEL` for openvino on cpu (300×300, coco_91cl_bkgr.txt introduced in #23127), causing `RemoteObjectDetector` to fail with "buffer is too small for requested array" because the SHM was sized from the per-detector model but mapped using the top-level one. After the detector loop, copy the first detector's resolved model up to `self.model` so both sides agree on dimensions and labelmap * revert to cpu detector by default use openvino cpu for new configs only * add defaults |
||
|---|---|---|
| .. | ||
| http_api | ||
| __init__.py | ||
| const.py | ||
| test_birdseye.py | ||
| test_camera_pw.py | ||
| test_chat_find_similar_objects.py | ||
| test_config.py | ||
| test_copy_yuv_to_position.py | ||
| test_debug_replay_job.py | ||
| test_debug_replay.py | ||
| test_deferred_processor.py | ||
| test_env.py | ||
| test_export_progress.py | ||
| test_ffmpeg_presets.py | ||
| test_ffmpeg_progress.py | ||
| test_file.py | ||
| test_gpu_stats.py | ||
| test_maintainer.py | ||
| test_media_auth.py | ||
| test_motion_detector.py | ||
| test_obects.py | ||
| test_object_detector.py | ||
| test_output_ws_auth.py | ||
| test_preview_loader.py | ||
| test_profiles.py | ||
| test_proxy_auth.py | ||
| test_record_retention.py | ||
| test_reduce_boxes.py | ||
| test_storage.py | ||
| test_video.py | ||
| test_webpush_camera_monitoring.py | ||
| test_ws_auth.py | ||
| test_yuv_region_2_rgb.py | ||