Enhance pet clustering and identity workflows with error handling - #884
Draft
OliverZhaohaibin wants to merge 303 commits into
Draft
Enhance pet clustering and identity workflows with error handling#884OliverZhaohaibin wants to merge 303 commits into
OliverZhaohaibin wants to merge 303 commits into
Conversation
…u-first-phase1 Enhance photo album management and optimize detail rendering
…fecycle-fix Fix and optimize Info Panel lifecycle and layout issues
…eassignment Fix inline recognition reassignment scope
…-fix Fix cross-platform shadow issue in Info Panel
…agents Refresh documentation and archive outdated plans
…h-and-linux-packaging docs: sync runtime contracts and Linux packaging
…first-open-fix Fix Windows playback reveal issue
…en-offset Fix viewport relayout and playback framing after fullscreen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces a comprehensive Pets recognition feature to the application, integrating pet detection, clustering, and state management alongside the existing People recognition system. The documentation has been updated throughout to reflect these architectural and functional changes, including details on the new Pets runtime, its interaction with People, and the new database/state artifacts. Startup and worker lifecycles are also improved to coordinate scanning and AI workloads more robustly. Below are the most important changes:
New Pets Recognition Feature:
pet_index.db,pet_state.db), session-bound services, and UI integration for pet cards, naming, merging, hiding, and group composition with People. [1] [2] [3] [4]Architecture and State Management Updates:
Startup and Worker Coordination:
User Interface and Interaction Improvements:
Documentation and Developer Guidance:
docs/misc/PETS_RECOGNITION_RUNTIME.mdfor maintenance and implementation details, and updated installation, packaging, and dependency notes for the new recognition runtimes. [1] [2] [3]These changes significantly enhance the application's recognition capabilities and modularity, while maintaining clear separation and graceful degradation for optional AI features.