-
Notifications
You must be signed in to change notification settings - Fork 116
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
Adding framewise evaluation for bss_eval_images #212
Merged
craffel
merged 19 commits into
mir-evaluation:master
from
faroit:bss_eval_images_framewise
Aug 5, 2016
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
17b606a
Added function for evaluating images framewise
ecmjohnson 5f80a8b
Adding evaluation of images framewise
ecmjohnson b0b8544
Added default parameters for bss_eval_images_framewise
ecmjohnson 1bbf2e5
Using images as fallback for invalid win/hop params; also, changed to…
ecmjohnson b63f2d8
Images framewise is now being unit tested
ecmjohnson 7aaead2
Reordered computing scores and comparing them to prevent downtime issues
ecmjohnson 225c3de
Added regression testing; pep8 fix
ecmjohnson 318c8d2
Updated handling of regressions tests
ecmjohnson a410e4d
Added image framewise data to output0*.json files
ecmjohnson b59109f
Updating the test cases failing due to numerical precision differences
ecmjohnson 4d2be07
Consolidated a test case; added error checks on metric; moved a function
ecmjohnson 8fe9de5
Ensured return type of framewise functions matches docstring
ecmjohnson 509377a
Added a squeeze to deal with single dimension in testing
ecmjohnson 2cdd9fb
pep8 fix
ecmjohnson afbdb25
Corrected shape in images framewise docstring
ecmjohnson 786b345
Added a note to the images framewise function
ecmjohnson 927835d
Clarified the compute_permutation comment in docstring and added it t…
ecmjohnson 0bd9c67
Added reference in bss_eval_sources and bss_eval_images functions
ecmjohnson c53febf
Updated framewise function docstrings with comment on permutations
ecmjohnson 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 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.
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.
what about adding the matlab reference here:
an reimplementation of http://bass-db.gforge.inria.fr/bss_eval/bss_eval_images.m by Emanuel Vincent
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.
It would make most sense to put that in the
bss_eval_images
docstring. Are we sure that link will be valid for a long time? Maybe mention that link and the paper in case the link goes belly up?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.
hm, that might be better, yes...
it's
but maybe the 1st reference is sufficient
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.
Okay, I added the first as a reference in the
bss_eval_sources
andbss_eval_images
docstrings.