-
Notifications
You must be signed in to change notification settings - Fork 191
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
Legacy mode for circus 2 to ease comparison with circus 1 #2205
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Sweet! Have you made some benchmarks with SC1? |
Yes, it was the whole point, and the good news is that this is in line with SC1, giving similar results. This is a building brick for our next paper on the components :-) |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
This branch is bringing quite a lot a modifications but only to the files owned and used by circus2. The key point is to have a clustering very similar to the one of circus1, such that we can properly compare everything w.r.t the new clustering of SC2. The matching engine has also been consolidated with exhaustive comparison on real recordings |
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.
I just added a few docstring/assert fixes. Feel free to use if you want them.
Co-authored-by: Zach McKenzie <[email protected]>
Co-authored-by: Zach McKenzie <[email protected]>
Co-authored-by: Zach McKenzie <[email protected]>
Co-authored-by: Zach McKenzie <[email protected]>
Thanks a lot for the comments! |
Co-authored-by: Garcia Samuel <[email protected]>
for more information, see https://pre-commit.ci
Add a legacy mode to circus 2, in order to ease the comparison with circus 1. When legacy is True in the clustering, we will use a clustering very similar to the one performed by circus 1, and thus with performances that should be in line