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

Fix pitch recognition plots to have fixed color scales and larger font size #13

Open
anthonio9 opened this issue Dec 15, 2024 · 4 comments

Comments

@anthonio9
Copy link
Owner

No description provided.

@anthonio9
Copy link
Owner Author

This command creates an image of the area I'm interested in:

python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav  --ground_truth_file data/cache/gset/000309-pitch.npy  -m -l -s

@anthonio9
Copy link
Owner Author

The data pitch overhangs cleanup can was originally plotted with below command:

python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav  --ground_truth_file data/cache/gset/000309-pitch.npy  -s --duration 11 -np --start 3.5

@anthonio9
Copy link
Owner Author

anthonio9 commented Dec 25, 2024

new command with the configuration of ylim size and many other things, removed title etc.

python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav  --ground_truth_file data/cache/gset/000309-pitch.npy  -s --duration 14.5 -np  -noleg -lwgt 4 -fs 15 -nt -mnf 100 -mxf 550

image

@anthonio9
Copy link
Owner Author

python -m penn.plot.to_latex --config config/polypennfcn-15ks-batch-silence-head.py --checkpoint runs/polypennfcn-15ks-batch-silence-head/00020000.pt --audio_file data/datasets/gset/audio-mono-mic/05_BN3-119-G_solo_mic.wav  --ground_truth_file data/cache/gset/000309-pitch.npy -s --duration 14.5 -m -l -lw 4.5 -lwgt 4 -fs 15 -nt -mnf 100 -mxf 550

creates a plot like below:
Image

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