-
Notifications
You must be signed in to change notification settings - Fork 2
Pose Metrics, PoseProcessors, and DTW #19
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
Merged
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
e97d2d9
adding pose processors and base pose metric that uses them
cleong110 ee74ae7
Taking a pass at DTWMetric, and pose_processing
cleong110 bc47224
updated get_poses function to give more control of shape.
cleong110 ac761e0
DTW now inherits better. Also various fixes and ran black on the whol…
cleong110 2d00f2f
Remove PoseMetricScore
cleong110 1bc9558
removed another unused class
cleong110 e248caf
Kwargs!
cleong110 ffb2680
Merge branch 'main' into dtw_metrics
cleong110 a648bef
run black
cleong110 d86b036
SegmentedPoseMetric uses process_poses, and pylint changes
cleong110 3c100f0
Deduplicate code
cleong110 345f737
Add a disable to dtw'st Getting Distances for Trajctories
cleong110 9e3b87b
return str(self.get_signature()) n base
cleong110 5a88258
call str() in PoseProcessor repr
cleong110 fb3a19a
PoseMetric score tqdm now says the name of the metric.
cleong110 f9c22dc
Add in a bit more examples, checking the repr and str functions
cleong110 efa404b
remove unneeded underscore
cleong110 5df59f1
Add Optimized DTW metric
cleong110 5afc615
add fastdtw dependency
cleong110 0cddee1
Fix pytests
cleong110 4937c80
add dtaidistance dep
cleong110 73e8817
Make BaseMetric and PoseMetric and SegmentedPoseMetric ABCs, satisfyi…
cleong110 2e8e1b7
ask pylint to ignore the fixture redefining outer name
cleong110 a4d9746
add ignore too-many-parameters on various functions
cleong110 aee069f
DistanceMeasure also an abc
cleong110 145b135
DTW Metric: new dtai metric, and remove double definition.
cleong110 9033472
pylint ignore on test embedding distance metric.
cleong110 f97de59
evaluate_signclip: Ask pylint to ignore too many variables
cleong110 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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.