Skip to content
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

process(plot=True) ignoring annotator_id #87

Open
jokandre opened this issue Aug 3, 2018 · 0 comments
Open

process(plot=True) ignoring annotator_id #87

jokandre opened this issue Aug 3, 2018 · 0 comments

Comments

@jokandre
Copy link

jokandre commented Aug 3, 2018

In the run.py:

process(in_path, annot_beats=False, feature="pcp", framesync=False,
boundaries_id=msaf.config.default_bound_id,
labels_id=msaf.config.default_label_id, hier=False,
sonify_bounds=False, plot=False, n_jobs=4, annotator_id=0,
config=None, out_bounds="out_bounds.wav", out_sr=22050):

but

if plot=True:
plotting.plot_one_track(file_struct, est_times, est_labels,
                                    boundaries_id, labels_id)

I noticed it was hard coded to use annotator=0 from jams file. I would recommend passing annotator_id to keep plot Ground Truth consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant