[Sat2OrbitMap] Add auto-mode for step detecting#13
Merged
yunanhou2023 merged 5 commits intoSpaceNetLab:release/v2.0from Sep 27, 2025
Merged
[Sat2OrbitMap] Add auto-mode for step detecting#13yunanhou2023 merged 5 commits intoSpaceNetLab:release/v2.0from
yunanhou2023 merged 5 commits intoSpaceNetLab:release/v2.0from
Conversation
Member
Author
|
BTW, |
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.
Resolves #6 and #12
After several attempts in prev discussions, this PR finally delivers a "best effort" support for step number detecting based on ruptures.
We have implemented a new feature for the automatic detection of step counts, which can be enabled using the
auto_gentag. Concurrently, we have preserved the existing functionality for users to manually input this data based on their own observations.Performance Evaluation
(1) Runtime Consuming
We take a comparison of both manual mode and auto mode:
autogen=False)autogen=True)(2) Precision
The test case is derived this discussion. I choose the last 5 cases for demo.
aka.
[21, 72, 28, 24, 72]All tests are provided here:
Official:
With
auto_genMode:TL; DR
This PR implements a SOTA scatter measurement, significantly improves the module's runtime performance and enhances the user experience, albeit at the cost of a minor and acceptable precision loss.
Additionally, backward compatibility has been maintained to ensure that users can seamlessly transition between both modes.