-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Event detection for ic stride #60
Open
AlzhraaIbrahim
wants to merge
16
commits into
mad-lab-fau:master
Choose a base branch
from
AlzhraaIbrahim:event_detection_for_ic_stride
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
d9b5bc1
update RamppEvenDetection to work on "ic" stride type
AlzhraaIbrahim ddb660f
update stride_list_conversion.py to convert "ic" stride into min_vel …
AlzhraaIbrahim 1167d3d
fix linting
AlzhraaIbrahim 999452d
fix naming
AlzhraaIbrahim c460ae7
fix documentation
AlzhraaIbrahim d265ab7
format & lint
AlzhraaIbrahim a248739
change detect_ic logic to search between [few samples before start, f…
AlzhraaIbrahim debfe2d
lint
AlzhraaIbrahim d90bcc8
add tests for event_detection, stride_list_conversion
AlzhraaIbrahim 6464b7e
example_files
AlzhraaIbrahim 54ad8fd
format fix tests
AlzhraaIbrahim 8129bd9
Merge branch 'master' into event_detection_for_ic_stride
AlzhraaIbrahim f5a3fdf
Update _event_detection_mixin.py
AlzhraaIbrahim 3bff436
fix errors due to conflicts _herzer_event_detection.py
AlzhraaIbrahim 021a57d
fix errors resulted from conflict resolving
AlzhraaIbrahim 3f25bd7
fix conflicts errors
AlzhraaIbrahim File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
s_id,foot,start,end,gsd_id | ||
0,left,696,812,1 | ||
1,left,812,926,1 | ||
2,left,1531,1647,1 | ||
3,left,1647,1765,1 | ||
4,left,2510,2627,1 | ||
5,left,2627,2746,1 | ||
6,left,3361,3479,1 | ||
7,right,757,870,1 | ||
8,right,870,986,1 | ||
9,right,1591,1709,1 | ||
10,right,2451,2570,1 | ||
11,right,2570,2686,1 | ||
12,right,3306,3424,1 | ||
13,right,3424,3544,1 |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add a note here, that only segmented is supported by this algo